Color Hex Logo

#dca64b Color Hex

#DCA64B
(220,166,75)
1 Favorites   0 Comments

Color spaces of #dca64b

RGB 22016675
HSL0.100.670.58
HSV38°66°86°
CMYK 0.000.250.66   0.14
XYZ44.421442.996112.6144
Yxy42.99610.44410.4298
Hunter Lab65.57146.175034.4940
CIE-Lab71.552310.639753.4536

#dca64b color RGB value is (220,166,75).

#dca64b hex color red value is 220, green value is 166 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dca64b hue: 0.10 , saturation: 0.67 and the lightness value of dca64b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01001011
Octal 334 246 113
Decimal 220 166 75
Hex DC A6 4B

RGB Percentages of Color #dca64b

%47.72
%36.01
%16.27

CMYK Percentages of Color #dca64b

%0
%25
%66
%14

Triadic Colors of #dca64b

#dca64b #4bdca6 #a64bdc

Analogous Colors of #dca64b

#dca64b #cadc4b #dc5e4b

Monochromatic Colors of #dca64b

#dca64b

Complementary Color

#dca64b #4b81dc

#dca64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca64b Color CSS Codes

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

#dca64b Text Font Color

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

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


#dca64b Background Color

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

This div background color is #dca64b


#dca64b Border Color

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

This div border color is #dca64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca64b

#dca64b Color Palettes


Comments

No comments written yet.

Please login to write comment.