Color Hex Logo

#dcb13e Color Hex

#DCB13E
(220,177,62)
0 Favorites   0 Comments

Color spaces of #dcb13e

RGB 22017762
HSL0.120.690.55
HSV44°72°86°
CMYK 0.000.200.72   0.14
XYZ46.106847.007711.2007
Yxy47.00770.44200.4506
Hunter Lab68.56220.054238.3076
CIE-Lab74.19474.096761.7969

#dcb13e color RGB value is (220,177,62).

#dcb13e hex color red value is 220, green value is 177 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dcb13e hue: 0.12 , saturation: 0.69 and the lightness value of dcb13e is 0.55.

The process color (four color CMYK) of #dcb13e color hex is 0.00, 0.20, 0.72, 0.14. Web safe color of #dcb13e is #cc9933. Color #dcb13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00111110
Octal 334 261 76
Decimal 220 177 62
Hex DC B1 3E

RGB Percentages of Color #dcb13e

%47.93
%38.56
%13.51

CMYK Percentages of Color #dcb13e

%0
%20
%72
%14

Triadic Colors of #dcb13e

#dcb13e #3edcb1 #b13edc

Analogous Colors of #dcb13e

#dcb13e #b8dc3e #dc623e

Monochromatic Colors of #dcb13e

#dcb13e

Complementary Color

#dcb13e #3e69dc

#dcb13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb13e Color CSS Codes

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

#dcb13e Text Font Color

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

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


#dcb13e Background Color

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

This div background color is #dcb13e


#dcb13e Border Color

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

This div border color is #dcb13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb13e


Comments

No comments written yet.

Please login to write comment.