Color Hex Logo

#dc9200 Color Hex

#DC9200
(220,146,0)
0 Favorites   0 Comments

Color spaces of #dc9200

RGB 2201460
HSL0.111.000.43
HSV40°100°86°
CMYK 0.000.341.00   0.14
XYZ39.794135.77344.8076
Yxy35.77340.49510.4451
Hunter Lab59.810914.092837.1019
CIE-Lab66.346419.108971.2874

#dc9200 color RGB value is (220,146,0).

#dc9200 hex color red value is 220, green value is 146 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dc9200 hue: 0.11 , saturation: 1.00 and the lightness value of dc9200 is 0.43.

The process color (four color CMYK) of #dc9200 color hex is 0.00, 0.34, 1.00, 0.14. Web safe color of #dc9200 is #cc9900. Color #dc9200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010010 00000000
Octal 334 222 0
Decimal 220 146 0
Hex DC 92 0

RGB Percentages of Color #dc9200

%60.11
%39.89
%0.00

CMYK Percentages of Color #dc9200

%0
%34
%100
%14

Triadic Colors of #dc9200

#dc9200 #00dc92 #9200dc

Analogous Colors of #dc9200

#dc9200 #b8dc00 #dc2400

Monochromatic Colors of #dc9200

#dc9200

Complementary Color

#dc9200 #004adc

#dc9200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9200 Color CSS Codes

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

#dc9200 Text Font Color

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

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


#dc9200 Background Color

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

This div background color is #dc9200


#dc9200 Border Color

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

This div border color is #dc9200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9200


Comments

No comments written yet.

Please login to write comment.