Color Hex Logo

#dcb32b Color Hex

#DCB32B
(220,179,43)
0 Favorites   0 Comments

Color spaces of #dcb32b

RGB 22017943
HSL0.130.720.52
HSV46°80°86°
CMYK 0.000.190.80   0.14
XYZ46.071347.63039.0508
Yxy47.63030.44840.4635
Hunter Lab69.0147-1.616740.5348
CIE-Lab74.59112.287068.9068

#dcb32b color RGB value is (220,179,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 00101011
Octal 334 263 53
Decimal 220 179 43
Hex DC B3 2B

RGB Percentages of Color #dcb32b

%49.77
%40.50
%9.73

CMYK Percentages of Color #dcb32b

%0
%19
%80
%14

Triadic Colors of #dcb32b

#dcb32b #2bdcb3 #b32bdc

Analogous Colors of #dcb32b

#dcb32b #addc2b #dc5a2b

Monochromatic Colors of #dcb32b

#dcb32b

Complementary Color

#dcb32b #2b54dc

#dcb32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb32b Color CSS Codes

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

#dcb32b Text Font Color

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

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


#dcb32b Background Color

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

This div background color is #dcb32b


#dcb32b Border Color

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

This div border color is #dcb32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb32b


Comments

No comments written yet.

Please login to write comment.