#DC801F

Color #DC801F Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #DC801F

Tints of Ochre #DC801F

Color information

#DC801F (or 0xDC801F) is unknown color: approx Ochre. HEX triplet: DC, 80 and 1F. RGB value is (220,128,31). Sum of RGB (Red+Green+Blue) = 220+128+31=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC801F is #237FE0. Grayscale: #909090. Windows color (decimal): -2326497 or 2064604. OLE color: 2064604.

HSL color Cylindrical-coordinate representation of color #DC801F: hue angle of 30.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC801F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB22012831-
CMYK00.420.860.14
HSL30.79º75.3%49.22%-
HSV(B)30.79º85.91%86.27%-
XYZ37.4830.755.26-
YUV144.4563.98181.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 31 (12.5% from 255) = 8.18%
R=58.05%
G=33.77%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201283100.420.860.1430.7975.349.22
HexDC801F02A56E1f4b31
Octal33420037052126163711361
Binary110111001000000011111010101010101101110111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC801F; }

 p { color: rgb(220,128,31); }

 H1.HeaderClassName
 {
   color: #DC801F;
 }
 .AnyTagClassName
 {
   color: #DC801F;
 }
</style>
background-color css

<style>
 a { background-color: #DC801F; }

 a { background-color: rgb(220,128,31); }

 div.DivClassName
 {
   background-color: #DC801F;
 }
 .BgClassName
 {
   background-color: #DC801F;
 }
</style>
border-color css

<style>
 span { border-color: #DC801F; }

 span { border-color: rgb(220,128,31); }

 td.TdClassName
 {
   border-color: #DC801F;
 }
 .TagClassName
 {
   border-color: #DC801F;
 }
</style>