Color Hex Logo

#dca80d Color Hex

#DCA80D
(220,168,13)
0 Favorites   0 Comments

Color spaces of #dca80d

RGB 22016813
HSL0.120.890.46
HSV45°94°86°
CMYK 0.000.240.94   0.14
XYZ43.590543.25006.4314
Yxy43.25000.46730.4637
Hunter Lab65.76473.226040.2371
CIE-Lab71.72437.463873.3594

#dca80d color RGB value is (220,168,13).

#dca80d hex color red value is 220, green value is 168 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dca80d hue: 0.12 , saturation: 0.89 and the lightness value of dca80d is 0.46.

The process color (four color CMYK) of #dca80d color hex is 0.00, 0.24, 0.94, 0.14. Web safe color of #dca80d is #cc9900. Color #dca80d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 00001101
Octal 334 250 15
Decimal 220 168 13
Hex DC A8 D

RGB Percentages of Color #dca80d

%54.86
%41.90
%3.24

CMYK Percentages of Color #dca80d

%0
%24
%94
%14

Triadic Colors of #dca80d

#dca80d #0ddca8 #a80ddc

Analogous Colors of #dca80d

#dca80d #a9dc0d #dc410d

Monochromatic Colors of #dca80d

#dca80d

Complementary Color

#dca80d #0d41dc

#dca80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca80d Color CSS Codes

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

#dca80d Text Font Color

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

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


#dca80d Background Color

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

This div background color is #dca80d


#dca80d Border Color

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

This div border color is #dca80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca80d


Comments

No comments written yet.

Please login to write comment.