Color Hex Logo

#dcb69f Color Hex

#DCB69F
(220,182,159)
0 Favorites   0 Comments

Color spaces of #dcb69f

RGB 220182159
HSL0.060.470.74
HSV23°28°86°
CMYK 0.000.170.28   0.14
XYZ52.501251.174739.9115
Yxy51.17470.36560.3564
Hunter Lab71.53655.813716.9966
CIE-Lab76.784710.314316.8397

#dcb69f color RGB value is (220,182,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 10011111
Octal 334 266 237
Decimal 220 182 159
Hex DC B6 9F

RGB Percentages of Color #dcb69f

%39.22
%32.44
%28.34

CMYK Percentages of Color #dcb69f

%0
%17
%28
%14

Triadic Colors of #dcb69f

#dcb69f #9fdcb6 #b69fdc

Analogous Colors of #dcb69f

#dcb69f #dcd59f #dc9fa7

Monochromatic Colors of #dcb69f

#dcb69f

Complementary Color

#dcb69f #9fc5dc

#dcb69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb69f Color CSS Codes

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

#dcb69f Text Font Color

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

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


#dcb69f Background Color

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

This div background color is #dcb69f


#dcb69f Border Color

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

This div border color is #dcb69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb69f


Comments

No comments written yet.

Please login to write comment.