Color Hex Logo

#dcb99d Color Hex

#DCB99D
(220,185,157)
0 Favorites   0 Comments

Color spaces of #dcb99d

RGB 220185157
HSL0.070.470.74
HSV27°29°86°
CMYK 0.000.160.29   0.14
XYZ52.950052.347939.2117
Yxy52.34790.36640.3622
Hunter Lab72.35184.017818.5136
CIE-Lab77.48848.446918.8945

#dcb99d color RGB value is (220,185,157).

#dcb99d hex color red value is 220, green value is 185 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dcb99d hue: 0.07 , saturation: 0.47 and the lightness value of dcb99d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 10011101
Octal 334 271 235
Decimal 220 185 157
Hex DC B9 9D

RGB Percentages of Color #dcb99d

%39.15
%32.92
%27.94

CMYK Percentages of Color #dcb99d

%0
%16
%29
%14

Triadic Colors of #dcb99d

#dcb99d #9ddcb9 #b99ddc

Analogous Colors of #dcb99d

#dcb99d #dcd99d #dc9da1

Monochromatic Colors of #dcb99d

#dcb99d

Complementary Color

#dcb99d #9dc0dc

#dcb99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb99d Color CSS Codes

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

#dcb99d Text Font Color

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

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


#dcb99d Background Color

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

This div background color is #dcb99d


#dcb99d Border Color

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

This div border color is #dcb99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb99d


Comments

No comments written yet.

Please login to write comment.