Color Hex Logo

#dcb16b Color Hex

#DCB16B
(220,177,107)
0 Favorites   0 Comments

Color spaces of #dcb16b

RGB 220177107
HSL0.100.620.64
HSV37°51°86°
CMYK 0.000.200.51   0.14
XYZ47.891247.721520.5969
Yxy47.72150.41210.4107
Hunter Lab69.08072.856330.6788
CIE-Lab74.64897.143041.4819

#dcb16b color RGB value is (220,177,107).

#dcb16b hex color red value is 220, green value is 177 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dcb16b hue: 0.10 , saturation: 0.62 and the lightness value of dcb16b is 0.64.

The process color (four color CMYK) of #dcb16b color hex is 0.00, 0.20, 0.51, 0.14. Web safe color of #dcb16b is #cc9966. Color #dcb16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 01101011
Octal 334 261 153
Decimal 220 177 107
Hex DC B1 6B

RGB Percentages of Color #dcb16b

%43.65
%35.12
%21.23

CMYK Percentages of Color #dcb16b

%0
%20
%51
%14

Triadic Colors of #dcb16b

#dcb16b #6bdcb1 #b16bdc

Analogous Colors of #dcb16b

#dcb16b #cfdc6b #dc796b

Monochromatic Colors of #dcb16b

#dcb16b

Complementary Color

#dcb16b #6b96dc

#dcb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb16b Color CSS Codes

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

#dcb16b Text Font Color

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

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


#dcb16b Background Color

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

This div background color is #dcb16b


#dcb16b Border Color

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

This div border color is #dcb16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb16b


Comments

No comments written yet.

Please login to write comment.