Color Hex Logo

#dca52b Color Hex

#DCA52B
(220,165,43)
0 Favorites   0 Comments

Color spaces of #dca52b

RGB 22016543
HSL0.110.720.52
HSV41°80°86°
CMYK 0.000.250.80   0.14
XYZ43.406442.30038.1625
Yxy42.30030.46240.4506
Hunter Lab65.03875.312138.0860
CIE-Lab71.07759.708465.8031

#dca52b color RGB value is (220,165,43).

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

The process color (four color CMYK) of #dca52b color hex is 0.00, 0.25, 0.80, 0.14. Web safe color of #dca52b is #cc9933. Color #dca52b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100101 00101011
Octal 334 245 53
Decimal 220 165 43
Hex DC A5 2B

RGB Percentages of Color #dca52b

%51.40
%38.55
%10.05

CMYK Percentages of Color #dca52b

%0
%25
%80
%14

Triadic Colors of #dca52b

#dca52b #2bdca5 #a52bdc

Analogous Colors of #dca52b

#dca52b #bbdc2b #dc4d2b

Monochromatic Colors of #dca52b

#dca52b

Complementary Color

#dca52b #2b62dc

#dca52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca52b Color CSS Codes

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

#dca52b Text Font Color

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

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


#dca52b Background Color

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

This div background color is #dca52b


#dca52b Border Color

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

This div border color is #dca52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca52b


Comments

No comments written yet.

Please login to write comment.