Color Hex Logo

#dc800f Color Hex

#DC800F
(220,128,15)
0 Favorites   0 Comments

Color spaces of #dc800f

RGB 22012815
HSL0.090.870.46
HSV33°93°86°
CMYK 0.000.420.93   0.14
XYZ37.320630.68854.4084
Yxy30.68850.51540.4238
Hunter Lab55.397223.308834.0599
CIE-Lab62.243828.876366.2273

#dc800f color RGB value is (220,128,15).

#dc800f hex color red value is 220, green value is 128 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dc800f hue: 0.09 , saturation: 0.87 and the lightness value of dc800f is 0.46.

The process color (four color CMYK) of #dc800f color hex is 0.00, 0.42, 0.93, 0.14. Web safe color of #dc800f is #cc9900. Color #dc800f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000000 00001111
Octal 334 200 17
Decimal 220 128 15
Hex DC 80 F

RGB Percentages of Color #dc800f

%60.61
%35.26
%4.13

CMYK Percentages of Color #dc800f

%0
%42
%93
%14

Triadic Colors of #dc800f

#dc800f #0fdc80 #800fdc

Analogous Colors of #dc800f

#dc800f #d2dc0f #dc190f

Monochromatic Colors of #dc800f

#dc800f

Complementary Color

#dc800f #0f6bdc

#dc800f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc800f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc800f Color CSS Codes

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

#dc800f Text Font Color

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

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


#dc800f Background Color

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

This div background color is #dc800f


#dc800f Border Color

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

This div border color is #dc800f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc800f


Comments

No comments written yet.

Please login to write comment.