COLOR #DFB699

HEX: #DFB699 RGB: (223,182,153)

Color info

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

RGB color model

#DFB699 color RGB value is (223,182,153).

RGB: (223,182,153) (87%, 71%, 60%)

RGB channels and saturation

R 223 of 255 = 87%
G 182 of 255 = 71%
B 153 of 255 = 60%

223
182
153

R + G + B ~ 73%. #DFB699 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 182 + 153 = 558 (100%)
R 223 of 558 ~ 39.96%
G 182 of 558 ~ 32.62%
B 153 of 558 ~ 27.42'%

%39.96
%32.62
%27.42

CMYK color model

#DFB699 color CMYK value is (0,18,31,13).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 31.39%
  • key color value is 12.55%

CMYK: (0,18,31,13)
C0M18Y31K13 (0%, 18%, 31%, 13%)
(0.00 / 0.18 / 0.31 / 0.13)

CMYK percentages

%0
%18.39
%31.39
%12.55

Codes

Color #DFB699 in popluar color models

DF B6 99
RGB 223 182 153
HSL 25° 52.24% 73.73%
HSB/HSV 25° 31.39% 87.45%
CMYK 0.00% 18.39% 31.39%
12.55%

Color #DFB699 in popluar number systems.

HEX DF B6 99
Decimal 223 182 153
Binary 11011111 10110110 10011001
Octal 337 266 231

Shades and tints

Shades of #DFB699

#DFB699
(223,182,153)
#CBA68C
(203,166,140)
#B7967F
(183,150,127)
#A38672
(163,134,114)
#8F7665
(143,118,101)
#7B6658
(123,102,88)
#67564B
(103,86,75)
#53463E
(83,70,62)
#3F3631
(63,54,49)
#2B2624
(43,38,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #DFB699

#DFB699
(223,182,153)
#E1BCA2
(225,188,162)
#E3C2AB
(227,194,171)
#E5C8B4
(229,200,180)
#E7CEBD
(231,206,189)
#E9D4C6
(233,212,198)
#EBDACF
(235,218,207)
#EDE0D8
(237,224,216)
#EFE6E1
(239,230,225)
#F1ECEA
(241,236,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB699 color. Also use rgb(223,182,153) instead hex code.

Text Font Color

.myTextColor { color: #DFB699; }

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

This text font color is #DFB699.

Background Color

.myBgColor { background-color: #DFB699; }

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

This div background color is #DFB699.

Border color

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

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

This div border color is #DFB699.

Opacity

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

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

Text with #DFB699 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 #DFB699;}

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

This text has shadow with #DFB699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB699.

Preview

Color preview on black background

This text has color #DFB699 on black background.


Color preview on white background

This text has color #DFB699 on white background.


Black color preview on #DFB699 background

This text has black color on #DFB699 background.


White color preview on #DFB699 background

This text has white color on #DFB699 background.


Related colors

Complementary color

Complementary color for #hex is #204966.


I love getcolorcode.com

Triadic colors

1 #99DFB6 and #B699DF with #DFB699 are triadic colors.

2 #99B6DF and #B6DF99 with #DFB699 are triadic colors.