COLOR #DFE09B

HEX: #DFE09B RGB: (223,224,155)

Color info

#DFE09B contains mainly red and green colors. Web safe color of #DFE09B is #CCCC99 (or #CC9).

RGB color model

#DFE09B color RGB value is (223,224,155).

RGB: (223,224,155) (87%, 88%, 61%)

RGB channels and saturation

R 223 of 255 = 87%
G 224 of 255 = 88%
B 155 of 255 = 61%

223
224
155

R + G + B ~ 79%. #DFE09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 224 + 155 = 602 (100%)
R 223 of 602 ~ 37.04%
G 224 of 602 ~ 37.21%
B 155 of 602 ~ 25.75'%

%37.04
%37.21
%25.75

CMYK color model

#DFE09B color CMYK value is (0,0,31,12).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 12.16%
CMYK: (0,0,31,12) C0M0Y31K12 (0%,0%,31%,12%) (0.00/0.00/0.31/0.12) 

CMYK percentages

%0.45
%0
%30.8
%12.16

Codes

Color #DFE09B in popluar color models

DF E0 9B
RGB 223 224 155
HSL 61° 52.67% 74.31%
HSB/HSV 61° 30.80% 87.84%
CMYK 0.45% 0.00% 30.80%
12.16%

Color #DFE09B in popluar number systems.

HEX DF E0 9B
Decimal 223 224 155
Binary 11011111 11100000 10011011
Octal 337 340 233

Shades and tints

Shades of #DFE09B

#DFE09B
(223,224,155)
#CBCC8D
(203,204,141)
#B7B87F
(183,184,127)
#A3A471
(163,164,113)
#8F9063
(143,144,99)
#7B7C55
(123,124,85)
#676847
(103,104,71)
#535439
(83,84,57)
#3F402B
(63,64,43)
#2B2C1D
(43,44,29)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #DFE09B

#DFE09B
(223,224,155)
#E1E2A4
(225,226,164)
#E3E4AD
(227,228,173)
#E5E6B6
(229,230,182)
#E7E8BF
(231,232,191)
#E9EAC8
(233,234,200)
#EBECD1
(235,236,209)
#EDEEDA
(237,238,218)
#EFF0E3
(239,240,227)
#F1F2EC
(241,242,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE09B color. Also use rgb(223,224,155) instead hex code.

Text Font Color

.myTextColor { color: #DFE09B; }

<p style="color:#DFE09B">This sample text font color is #DFE09B.</p>

This text font color is #DFE09B.

Background Color

.myBgColor { background-color: #DFE09B; }

<div style="background-color:#DFE09B">Inner text</div>

This div background color is #DFE09B.

Border color

.myBorderColor { border: 1px solid #DFE09B; }

<div style="border:3px solid #DFE09B">Div</div>

This div border color is #DFE09B.

Opacity

.myOpacity80 { color: #DFE09B; opacity: 0.8; }

<p style="color:#DFE09B;opacity:0.8;">80%</p>

Text with #DFE09B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DFE09B;}

<p style="text-shadow: 3px 3px 1px #DFE09B">Text here.</p>

This text has shadow with #DFE09B color.


.textShadow {text-shadow: 3px 3px 1px #DFE09B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DFE09B, 5px 5px 20px red">Text here.</p>

This text has shadow with #DFE09B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DFE09B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DFE09B, Direction=45, Strength=4)">Text</p>

This text has shadow with #DFE09B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DFE09B;
-webkit-box-shadow: 1px 1px 3px 2px #DFE09B;
box-shadow: 1px 1px 3px 2px #DFE09B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DFE09B; -webkit-box-shadow: 1px 1px 3px 2px #DFE09B; box-shadow:1px 1px 3px 2px #DFE09B;">
Div content here
</div>

This div box has shadow with color #DFE09B.

Preview

Color preview on black background

This text has color #DFE09B on black background.


Color preview on white background

This text has color #DFE09B on white background.


Black color preview on #DFE09B background

This text has black color on #DFE09B background.


White color preview on #DFE09B background

This text has white color on #DFE09B background.


Related colors

Complementary color

Complementary color for #hex is #201F64.


I love getcolorcode.com

Triadic colors

1 #9BDFE0 and #E09BDF with #DFE09B are triadic colors.

2 #9BE0DF and #E0DF9B with #DFE09B are triadic colors.