Color Hex Logo

#dcb77b Color Hex

#DCB77B
(220,183,123)
0 Favorites   0 Comments

Color spaces of #dcb77b

RGB 220183123
HSL0.100.580.67
HSV37°44°86°
CMYK 0.000.170.44   0.14
XYZ50.023850.512725.8523
Yxy50.51270.39580.3997
Hunter Lab71.07231.259628.1841
CIE-Lab76.38295.489235.4364

#dcb77b color RGB value is (220,183,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01111011
Octal 334 267 173
Decimal 220 183 123
Hex DC B7 7B

RGB Percentages of Color #dcb77b

%41.83
%34.79
%23.38

CMYK Percentages of Color #dcb77b

%0
%17
%44
%14

Triadic Colors of #dcb77b

#dcb77b #7bdcb7 #b77bdc

Analogous Colors of #dcb77b

#dcb77b #d1dc7b #dc877b

Monochromatic Colors of #dcb77b

#dcb77b

Complementary Color

#dcb77b #7ba0dc

#dcb77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb77b Color CSS Codes

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

#dcb77b Text Font Color

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

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


#dcb77b Background Color

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

This div background color is #dcb77b


#dcb77b Border Color

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

This div border color is #dcb77b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,183,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 #dcb77b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb77b


Comments

No comments written yet.

Please login to write comment.