Color Hex Logo

#dcb87b Color Hex

#DCB87B
(220,184,123)
0 Favorites   0 Comments

Color spaces of #dcb87b

RGB 220184123
HSL0.100.580.67
HSV38°44°86°
CMYK 0.000.160.44   0.14
XYZ50.230850.926725.9213
Yxy50.92670.39530.4007
Hunter Lab71.36290.757028.4180
CIE-Lab76.63464.960435.7603

#dcb87b color RGB value is (220,184,123).

#dcb87b hex color red value is 220, green value is 184 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dcb87b hue: 0.10 , saturation: 0.58 and the lightness value of dcb87b is 0.67.

The process color (four color CMYK) of #dcb87b color hex is 0.00, 0.16, 0.44, 0.14. Web safe color of #dcb87b is #cccc66. Color #dcb87b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 01111011
Octal 334 270 173
Decimal 220 184 123
Hex DC B8 7B

RGB Percentages of Color #dcb87b

%41.75
%34.91
%23.34

CMYK Percentages of Color #dcb87b

%0
%16
%44
%14

Triadic Colors of #dcb87b

#dcb87b #7bdcb8 #b87bdc

Analogous Colors of #dcb87b

#dcb87b #d0dc7b #dc887b

Monochromatic Colors of #dcb87b

#dcb87b

Complementary Color

#dcb87b #7b9fdc

#dcb87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb87b Color CSS Codes

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

#dcb87b Text Font Color

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

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


#dcb87b Background Color

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

This div background color is #dcb87b


#dcb87b Border Color

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

This div border color is #dcb87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb87b


Comments

No comments written yet.

Please login to write comment.