COLOR #DCDBAD

HEX: #DCDBAD RGB: (220,219,173)

Color info

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

RGB color model

#DCDBAD color RGB value is (220,219,173).

RGB: (220,219,173) (86%, 86%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 219 of 255 = 86%
B 173 of 255 = 68%

220
219
173

R + G + B ~ 80%. #DCDBAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 219 + 173 = 612 (100%)
R 220 of 612 ~ 35.95%
G 219 of 612 ~ 35.78%
B 173 of 612 ~ 28.27'%

%35.95
%35.78
%28.27

CMYK color model

#DCDBAD color CMYK value is (0,0,21,14).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 21.36%
  • key color value is 13.73%
CMYK: (0,0,21,14) C0M0Y21K14 (0%,0%,21%,14%) (0.00/0.00/0.21/0.14) 

CMYK percentages

%0
%0.45
%21.36
%13.73

Codes

Color #DCDBAD in popluar color models

DC DB AD
RGB 220 219 173
HSL 59° 40.17% 77.06%
HSB/HSV 59° 21.36% 86.27%
CMYK 0.00% 0.45% 21.36%
13.73%

Color #DCDBAD in popluar number systems.

HEX DC DB AD
Decimal 220 219 173
Binary 11011100 11011011 10101101
Octal 334 333 255

Shades and tints

Shades of #DCDBAD

#DCDBAD
(220,219,173)
#C8C89E
(200,200,158)
#B4B58F
(180,181,143)
#A0A280
(160,162,128)
#8C8F71
(140,143,113)
#787C62
(120,124,98)
#646953
(100,105,83)
#505644
(80,86,68)
#3C4335
(60,67,53)
#283026
(40,48,38)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #DCDBAD

#DCDBAD
(220,219,173)
#DFDEB4
(223,222,180)
#E2E1BB
(226,225,187)
#E5E4C2
(229,228,194)
#E8E7C9
(232,231,201)
#EBEAD0
(235,234,208)
#EEEDD7
(238,237,215)
#F1F0DE
(241,240,222)
#F4F3E5
(244,243,229)
#F7F6EC
(247,246,236)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCDBAD color. Also use rgb(220,219,173) instead hex code.

Text Font Color

.myTextColor { color: #DCDBAD; }

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

This text font color is #DCDBAD.

Background Color

.myBgColor { background-color: #DCDBAD; }

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

This div background color is #DCDBAD.

Border color

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

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

This div border color is #DCDBAD.

Opacity

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

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

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

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

This text has shadow with #DCDBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCDBAD.

Preview

Color preview on black background

This text has color #DCDBAD on black background.


Color preview on white background

This text has color #DCDBAD on white background.


Black color preview on #DCDBAD background

This text has black color on #DCDBAD background.


White color preview on #DCDBAD background

This text has white color on #DCDBAD background.


Related colors

Complementary color

Complementary color for #hex is #232452.


I love getcolorcode.com

Triadic colors

1 #ADDCDB and #DBADDC with #DCDBAD are triadic colors.

2 #ADDBDC and #DBDCAD with #DCDBAD are triadic colors.