Color Hex Logo

#dcb15e Color Hex

#DCB15E
(220,177,94)
0 Favorites   0 Comments

Color spaces of #dcb15e

RGB 22017794
HSL0.110.640.62
HSV40°57°86°
CMYK 0.000.200.57   0.14
XYZ47.257747.468117.2612
Yxy47.46810.42200.4239
Hunter Lab68.89711.866333.3737
CIE-Lab74.48826.073747.7710

#dcb15e color RGB value is (220,177,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 01011110
Octal 334 261 136
Decimal 220 177 94
Hex DC B1 5E

RGB Percentages of Color #dcb15e

%44.81
%36.05
%19.14

CMYK Percentages of Color #dcb15e

%0
%20
%57
%14

Triadic Colors of #dcb15e

#dcb15e #5edcb1 #b15edc

Analogous Colors of #dcb15e

#dcb15e #c8dc5e #dc725e

Monochromatic Colors of #dcb15e

#dcb15e

Complementary Color

#dcb15e #5e89dc

#dcb15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb15e Color CSS Codes

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

#dcb15e Text Font Color

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

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


#dcb15e Background Color

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

This div background color is #dcb15e


#dcb15e Border Color

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

This div border color is #dcb15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb15e


Comments

No comments written yet.

Please login to write comment.