Color Hex Logo

#dcb12c Color Hex

#DCB12C
(220,177,44)
0 Favorites   0 Comments

Color spaces of #dcb12c

RGB 22017744
HSL0.130.720.52
HSV45°80°86°
CMYK 0.000.200.80   0.14
XYZ45.692046.84189.0160
Yxy46.84180.44990.4613
Hunter Lab68.4411-0.603340.0983
CIE-Lab74.08853.372968.1521

#dcb12c color RGB value is (220,177,44).

#dcb12c hex color red value is 220, green value is 177 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dcb12c hue: 0.13 , saturation: 0.72 and the lightness value of dcb12c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00101100
Octal 334 261 54
Decimal 220 177 44
Hex DC B1 2C

RGB Percentages of Color #dcb12c

%49.89
%40.14
%9.98

CMYK Percentages of Color #dcb12c

%0
%20
%80
%14

Triadic Colors of #dcb12c

#dcb12c #2cdcb1 #b12cdc

Analogous Colors of #dcb12c

#dcb12c #afdc2c #dc592c

Monochromatic Colors of #dcb12c

#dcb12c

Complementary Color

#dcb12c #2c57dc

#dcb12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb12c Color CSS Codes

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

#dcb12c Text Font Color

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

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


#dcb12c Background Color

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

This div background color is #dcb12c


#dcb12c Border Color

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

This div border color is #dcb12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb12c


Comments

No comments written yet.

Please login to write comment.