Color Hex Logo

#dca92b Color Hex

#DCA92B
(220,169,43)
1 Favorites   0 Comments

Color spaces of #dca92b

RGB 22016943
HSL0.120.720.52
HSV43°80°86°
CMYK 0.000.230.80   0.14
XYZ44.139243.76608.4068
Yxy43.76600.45830.4544
Hunter Lab66.15593.322438.7748
CIE-Lab72.07187.577166.6844

#dca92b color RGB value is (220,169,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00101011
Octal 334 251 53
Decimal 220 169 43
Hex DC A9 2B

RGB Percentages of Color #dca92b

%50.93
%39.12
%9.95

CMYK Percentages of Color #dca92b

%0
%23
%80
%14

Triadic Colors of #dca92b

#dca92b #2bdca9 #a92bdc

Analogous Colors of #dca92b

#dca92b #b7dc2b #dc512b

Monochromatic Colors of #dca92b

#dca92b

Complementary Color

#dca92b #2b5edc

#dca92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca92b Color CSS Codes

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

#dca92b Text Font Color

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

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


#dca92b Background Color

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

This div background color is #dca92b


#dca92b Border Color

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

This div border color is #dca92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca92b


Comments

No comments written yet.

Please login to write comment.