Color Hex Logo

#dcb62a Color Hex

#DCB62A
(220,182,42)
0 Favorites   0 Comments

Color spaces of #dcb62a

RGB 22018242
HSL0.130.720.51
HSV47°81°86°
CMYK 0.000.170.81   0.14
XYZ46.661148.83879.1580
Yxy48.83870.44580.4667
Hunter Lab69.8847-3.116141.1497
CIE-Lab75.35090.681369.8734

#dcb62a color RGB value is (220,182,42).

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

The process color (four color CMYK) of #dcb62a color hex is 0.00, 0.17, 0.81, 0.14. Web safe color of #dcb62a is #cccc33. Color #dcb62a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 00101010
Octal 334 266 52
Decimal 220 182 42
Hex DC B6 2A

RGB Percentages of Color #dcb62a

%49.55
%40.99
%9.46

CMYK Percentages of Color #dcb62a

%0
%17
%81
%14

Triadic Colors of #dcb62a

#dcb62a #2adcb6 #b62adc

Analogous Colors of #dcb62a

#dcb62a #a9dc2a #dc5d2a

Monochromatic Colors of #dcb62a

#dcb62a

Complementary Color

#dcb62a #2a50dc

#dcb62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb62a Color CSS Codes

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

#dcb62a Text Font Color

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

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


#dcb62a Background Color

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

This div background color is #dcb62a


#dcb62a Border Color

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

This div border color is #dcb62a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,182,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 #dcb62a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb62a


Comments

No comments written yet.

Please login to write comment.