COLOR #DBC4AF

HEX: #DBC4AF RGB: (219,196,175)

Color info

#DBC4AF contains red, green and blue colors in about the same proportion. Web safe color of #DBC4AF is #CCCC99 (or #CC9).

RGB color model

#DBC4AF color RGB value is (219,196,175).

RGB: (219,196,175) (86%, 77%, 69%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 175 of 255 = 69%

219
196
175

R + G + B ~ 77%. #DBC4AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 196 + 175 = 590 (100%)
R 219 of 590 ~ 37.12%
G 196 of 590 ~ 33.22%
B 175 of 590 ~ 29.66'%

%37.12
%33.22
%29.66

CMYK color model

#DBC4AF color CMYK value is (0,11,20,14).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 20.09%
  • key color value is 14.12%

CMYK: (0,11,20,14)
C0M11Y20K14 (0%, 11%, 20%, 14%)
(0.00 / 0.11 / 0.20 / 0.14)

CMYK percentages

%0
%10.5
%20.09
%14.12

Codes

Color #DBC4AF in popluar color models

DB C4 AF
RGB 219 196 175
HSL 29° 37.93% 77.25%
HSB/HSV 29° 20.09% 85.88%
CMYK 0.00% 10.50% 20.09%
14.12%

Color #DBC4AF in popluar number systems.

HEX DB C4 AF
Decimal 219 196 175
Binary 11011011 11000100 10101111
Octal 333 304 257

Shades and tints

Shades of #DBC4AF

#DBC4AF
(219,196,175)
#C8B3A0
(200,179,160)
#B5A291
(181,162,145)
#A29182
(162,145,130)
#8F8073
(143,128,115)
#7C6F64
(124,111,100)
#695E55
(105,94,85)
#564D46
(86,77,70)
#433C37
(67,60,55)
#302B28
(48,43,40)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBC4AF

#DBC4AF
(219,196,175)
#DEC9B6
(222,201,182)
#E1CEBD
(225,206,189)
#E4D3C4
(228,211,196)
#E7D8CB
(231,216,203)
#EADDD2
(234,221,210)
#EDE2D9
(237,226,217)
#F0E7E0
(240,231,224)
#F3ECE7
(243,236,231)
#F6F1EE
(246,241,238)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC4AF color. Also use rgb(219,196,175) instead hex code.

Text Font Color

.myTextColor { color: #DBC4AF; }

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

This text font color is #DBC4AF.

Background Color

.myBgColor { background-color: #DBC4AF; }

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

This div background color is #DBC4AF.

Border color

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

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

This div border color is #DBC4AF.

Opacity

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

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

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

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

This text has shadow with #DBC4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC4AF.

Preview

Color preview on black background

This text has color #DBC4AF on black background.


Color preview on white background

This text has color #DBC4AF on white background.


Black color preview on #DBC4AF background

This text has black color on #DBC4AF background.


White color preview on #DBC4AF background

This text has white color on #DBC4AF background.


Related colors

Complementary color

Complementary color for #hex is #243B50.


I love getcolorcode.com

Triadic colors

1 #AFDBC4 and #C4AFDB with #DBC4AF are triadic colors.

2 #AFC4DB and #C4DBAF with #DBC4AF are triadic colors.