Color Hex Logo

#dcdbb0 Color Hex

#DCDBB0
(220,219,176)
0 Favorites   0 Comments

Color spaces of #dcdbb0

RGB 220219176
HSL0.160.390.78
HSV59°20°86°
CMYK 0.000.000.20   0.14
XYZ62.683269.013351.0914
Yxy69.01330.34290.3776
Hunter Lab83.0742-10.693821.6881
CIE-Lab86.5106-6.637421.3276

#dcdbb0 color RGB value is (220,219,176).

#dcdbb0 hex color red value is 220, green value is 219 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dcdbb0 hue: 0.16 , saturation: 0.39 and the lightness value of dcdbb0 is 0.78.

The process color (four color CMYK) of #dcdbb0 color hex is 0.00, 0.00, 0.20, 0.14. Web safe color of #dcdbb0 is #cccc99. Color #dcdbb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 10110000
Octal 334 333 260
Decimal 220 219 176
Hex DC DB B0

RGB Percentages of Color #dcdbb0

%35.77
%35.61
%28.62

CMYK Percentages of Color #dcdbb0

%0
%0
%20
%14

Triadic Colors of #dcdbb0

#dcdbb0 #b0dcdb #dbb0dc

Analogous Colors of #dcdbb0

#dcdbb0 #c7dcb0 #dcc5b0

Monochromatic Colors of #dcdbb0

#dcdbb0

Complementary Color

#dcdbb0 #b0b1dc

#dcdbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdbb0 Color CSS Codes

.mybgcolor {background-color:#dcdbb0; } 
.myforecolor {color:#dcdbb0; }
.mybordercolor {border:3px solid #dcdbb0; }

#dcdbb0 Text Font Color

<p style="color:#dcdbb0">Text here</p>

This sample text font color is #dcdbb0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcdbb0 Background Color

<div style="background-color:#dcdbb0">
Div content here</div>

This div background color is #dcdbb0


#dcdbb0 Border Color

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

This div border color is #dcdbb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,219,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcdbb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcdbb0;
  -webkit-box-shadow: 1px 1px 3px 2px #dcdbb0;
  box-shadow:         1px 1px 3px 2px #dcdbb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,219,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcdbb0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcdbb0;
  -webkit-box-shadow: 1px 1px 3px 2px #dcdbb0;
  box-shadow:         1px 1px 3px 2px #dcdbb0;">
Div content here</div>

This div box has shadow with color #dcdbb0


Comments

No comments written yet.

Please login to write comment.