Color Hex Logo

#dc9a16 Color Hex

#DC9A16
(220,154,22)
0 Favorites   0 Comments

Color spaces of #dc9a16

RGB 22015422
HSL0.110.820.47
HSV40°90°86°
CMYK 0.000.300.90   0.14
XYZ41.215638.38485.9958
Yxy38.38480.48150.4484
Hunter Lab61.955510.324337.6310
CIE-Lab68.303315.076169.2608

#dc9a16 color RGB value is (220,154,22).

#dc9a16 hex color red value is 220, green value is 154 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dc9a16 hue: 0.11 , saturation: 0.82 and the lightness value of dc9a16 is 0.47.

The process color (four color CMYK) of #dc9a16 color hex is 0.00, 0.30, 0.90, 0.14. Web safe color of #dc9a16 is #cc9900. Color #dc9a16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011010 00010110
Octal 334 232 26
Decimal 220 154 22
Hex DC 9A 16

RGB Percentages of Color #dc9a16

%55.56
%38.89
%5.56

CMYK Percentages of Color #dc9a16

%0
%30
%90
%14

Triadic Colors of #dc9a16

#dc9a16 #16dc9a #9a16dc

Analogous Colors of #dc9a16

#dc9a16 #bbdc16 #dc3716

Monochromatic Colors of #dc9a16

#dc9a16

Complementary Color

#dc9a16 #1658dc

#dc9a16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9a16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9a16 Color CSS Codes

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

#dc9a16 Text Font Color

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

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


#dc9a16 Background Color

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

This div background color is #dc9a16


#dc9a16 Border Color

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

This div border color is #dc9a16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9a16


Comments

No comments written yet.

Please login to write comment.