Color Hex Logo

#dcb52b Color Hex

#DCB52B
(220,181,43)
0 Favorites   0 Comments

Color spaces of #dcb52b

RGB 22018143
HSL0.130.720.52
HSV47°80°86°
CMYK 0.000.180.80   0.14
XYZ46.475148.43789.1854
Yxy48.43780.44650.4653
Hunter Lab69.5973-2.597940.8930
CIE-Lab75.10021.236969.3539

#dcb52b color RGB value is (220,181,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 00101011
Octal 334 265 53
Decimal 220 181 43
Hex DC B5 2B

RGB Percentages of Color #dcb52b

%49.55
%40.77
%9.68

CMYK Percentages of Color #dcb52b

%0
%18
%80
%14

Triadic Colors of #dcb52b

#dcb52b #2bdcb5 #b52bdc

Analogous Colors of #dcb52b

#dcb52b #abdc2b #dc5c2b

Monochromatic Colors of #dcb52b

#dcb52b

Complementary Color

#dcb52b #2b52dc

#dcb52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb52b Color CSS Codes

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

#dcb52b Text Font Color

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

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


#dcb52b Background Color

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

This div background color is #dcb52b


#dcb52b Border Color

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

This div border color is #dcb52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb52b


Comments

No comments written yet.

Please login to write comment.