Color Hex Logo

#dcd0af Color Hex

#DCD0AF
(220,208,175)
0 Favorites   0 Comments

Color spaces of #dcd0af

RGB 220208175
HSL0.120.390.77
HSV44°20°86°
CMYK 0.000.050.20   0.14
XYZ59.808963.422549.6469
Yxy63.42250.34600.3669
Hunter Lab79.6382-5.312118.7851
CIE-Lab83.6642-1.124817.8986

#dcd0af color RGB value is (220,208,175).

#dcd0af hex color red value is 220, green value is 208 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dcd0af hue: 0.12 , saturation: 0.39 and the lightness value of dcd0af is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 10101111
Octal 334 320 257
Decimal 220 208 175
Hex DC D0 AF

RGB Percentages of Color #dcd0af

%36.48
%34.49
%29.02

CMYK Percentages of Color #dcd0af

%0
%5
%20
%14

Triadic Colors of #dcd0af

#dcd0af #afdcd0 #d0afdc

Analogous Colors of #dcd0af

#dcd0af #d2dcaf #dcbaaf

Monochromatic Colors of #dcd0af

#dcd0af

Complementary Color

#dcd0af #afbbdc

#dcd0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd0af Color CSS Codes

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

#dcd0af Text Font Color

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

This sample text font color is #dcd0af
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.


#dcd0af Background Color

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

This div background color is #dcd0af


#dcd0af Border Color

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

This div border color is #dcd0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd0af


Comments

No comments written yet.

Please login to write comment.