Color Hex Logo

#dca32b Color Hex

#DCA32B
(220,163,43)
0 Favorites   0 Comments

Color spaces of #dca32b

RGB 22016343
HSL0.110.720.52
HSV41°80°86°
CMYK 0.000.260.80   0.14
XYZ43.048441.58448.0432
Yxy41.58440.46450.4487
Hunter Lab64.48606.309437.7451
CIE-Lab70.583410.776465.3642

#dca32b color RGB value is (220,163,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 00101011
Octal 334 243 53
Decimal 220 163 43
Hex DC A3 2B

RGB Percentages of Color #dca32b

%51.64
%38.26
%10.09

CMYK Percentages of Color #dca32b

%0
%26
%80
%14

Triadic Colors of #dca32b

#dca32b #2bdca3 #a32bdc

Analogous Colors of #dca32b

#dca32b #bddc2b #dc4b2b

Monochromatic Colors of #dca32b

#dca32b

Complementary Color

#dca32b #2b64dc

#dca32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca32b Color CSS Codes

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

#dca32b Text Font Color

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

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


#dca32b Background Color

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

This div background color is #dca32b


#dca32b Border Color

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

This div border color is #dca32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca32b


Comments

No comments written yet.

Please login to write comment.