COLOR #DBCBA0

HEX: #DBCBA0 RGB: (219,203,160)

Color info

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

RGB color model

#DBCBA0 color RGB value is (219,203,160).

RGB: (219,203,160) (86%, 80%, 63%)

RGB channels and saturation

R 219 of 255 = 86%
G 203 of 255 = 80%
B 160 of 255 = 63%

219
203
160

R + G + B ~ 76%. #DBCBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 203 + 160 = 582 (100%)
R 219 of 582 ~ 37.63%
G 203 of 582 ~ 34.88%
B 160 of 582 ~ 27.49'%

%37.63
%34.88
%27.49

CMYK color model

#DBCBA0 color CMYK value is (0,7,27,14).

  • cyan value is 0.00%
  • magenta value is 7.31%
  • yellow value is 26.94%
  • key color value is 14.12%

CMYK: (0,7,27,14)
C0M7Y27K14 (0%, 7%, 27%, 14%)
(0.00 / 0.07 / 0.27 / 0.14)

CMYK percentages

%0
%7.31
%26.94
%14.12

Codes

Color #DBCBA0 in popluar color models

DB CB A0
RGB 219 203 160
HSL 44° 45.04% 74.31%
HSB/HSV 44° 26.94% 85.88%
CMYK 0.00% 7.31% 26.94%
14.12%

Color #DBCBA0 in popluar number systems.

HEX DB CB A0
Decimal 219 203 160
Binary 11011011 11001011 10100000
Octal 333 313 240

Shades and tints

Shades of #DBCBA0

#DBCBA0
(219,203,160)
#C8B992
(200,185,146)
#B5A784
(181,167,132)
#A29576
(162,149,118)
#8F8368
(143,131,104)
#7C715A
(124,113,90)
#695F4C
(105,95,76)
#564D3E
(86,77,62)
#433B30
(67,59,48)
#302922
(48,41,34)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #DBCBA0

#DBCBA0
(219,203,160)
#DECFA8
(222,207,168)
#E1D3B0
(225,211,176)
#E4D7B8
(228,215,184)
#E7DBC0
(231,219,192)
#EADFC8
(234,223,200)
#EDE3D0
(237,227,208)
#F0E7D8
(240,231,216)
#F3EBE0
(243,235,224)
#F6EFE8
(246,239,232)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCBA0 color. Also use rgb(219,203,160) instead hex code.

Text Font Color

.myTextColor { color: #DBCBA0; }

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

This text font color is #DBCBA0.

Background Color

.myBgColor { background-color: #DBCBA0; }

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

This div background color is #DBCBA0.

Border color

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

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

This div border color is #DBCBA0.

Opacity

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

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

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

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

This text has shadow with #DBCBA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCBA0.

Preview

Color preview on black background

This text has color #DBCBA0 on black background.


Color preview on white background

This text has color #DBCBA0 on white background.


Black color preview on #DBCBA0 background

This text has black color on #DBCBA0 background.


White color preview on #DBCBA0 background

This text has white color on #DBCBA0 background.


Related colors

Complementary color

Complementary color for #hex is #24345F.


I love getcolorcode.com

Triadic colors

1 #A0DBCB and #CBA0DB with #DBCBA0 are triadic colors.

2 #A0CBDB and #CBDBA0 with #DBCBA0 are triadic colors.