Color Hex Logo

#dcb12a Color Hex

#DCB12A
(220,177,42)
0 Favorites   0 Comments

Color spaces of #dcb12a

RGB 22017742
HSL0.130.720.51
HSV46°81°86°
CMYK 0.000.200.81   0.14
XYZ45.655346.82718.8227
Yxy46.82710.45070.4622
Hunter Lab68.4303-0.661640.2570
CIE-Lab74.07903.308768.7633

#dcb12a color RGB value is (220,177,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 00101010
Octal 334 261 52
Decimal 220 177 42
Hex DC B1 2A

RGB Percentages of Color #dcb12a

%50.11
%40.32
%9.57

CMYK Percentages of Color #dcb12a

%0
%20
%81
%14

Triadic Colors of #dcb12a

#dcb12a #2adcb1 #b12adc

Analogous Colors of #dcb12a

#dcb12a #aedc2a #dc582a

Monochromatic Colors of #dcb12a

#dcb12a

Complementary Color

#dcb12a #2a55dc

#dcb12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb12a Color CSS Codes

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

#dcb12a Text Font Color

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

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


#dcb12a Background Color

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

This div background color is #dcb12a


#dcb12a Border Color

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

This div border color is #dcb12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb12a


Comments

No comments written yet.

Please login to write comment.