Color Hex Logo

#dcb32a Color Hex

#DCB32A
(220,179,42)
0 Favorites   0 Comments

Color spaces of #dcb32a

RGB 22017942
HSL0.130.720.51
HSV46°81°86°
CMYK 0.000.190.81   0.14
XYZ46.053247.62308.9554
Yxy47.62300.44870.4640
Hunter Lab69.0094-1.645140.6125
CIE-Lab74.58652.255569.2065

#dcb32a color RGB value is (220,179,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00101010
Octal 334 263 52
Decimal 220 179 42
Hex DC B3 2A

RGB Percentages of Color #dcb32a

%49.89
%40.59
%9.52

CMYK Percentages of Color #dcb32a

%0
%19
%81
%14

Triadic Colors of #dcb32a

#dcb32a #2adcb3 #b32adc

Analogous Colors of #dcb32a

#dcb32a #acdc2a #dc5a2a

Monochromatic Colors of #dcb32a

#dcb32a

Complementary Color

#dcb32a #2a53dc

#dcb32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb32a Color CSS Codes

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

#dcb32a Text Font Color

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

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


#dcb32a Background Color

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

This div background color is #dcb32a


#dcb32a Border Color

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

This div border color is #dcb32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb32a


Comments

No comments written yet.

Please login to write comment.