#DF801C

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

Shades of Ochre #DF801C

Tints of Ochre #DF801C

Color information

#DF801C (or 0xDF801C) is unknown color: approx Ochre. HEX triplet: DF, 80 and 1C. RGB value is (223,128,28). Sum of RGB (Red+Green+Blue) = 223+128+28=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF801C is #207FE3. Grayscale: #919191. Windows color (decimal): -2129892 or 1867999. OLE color: 1867999.

HSL color Cylindrical-coordinate representation of color #DF801C: hue angle of 30.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF801C is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22312828-
CMYK00.430.870.13
HSL30.77º77.69%49.22%-
HSV(B)30.77º87.44%87.45%-
XYZ38.3631.215.1-
YUV14561.97183.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.84%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 28 (11.33% from 255) = 7.39%
R=58.84%
G=33.77%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231282800.430.870.1330.7777.6949.22
HexDF801C02B57D1f4e31
Octal33720034053127153711661
Binary110111111000000011100010101110101111101111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF801C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF801C; }

 p { color: rgb(223,128,28); }

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

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

 a { background-color: rgb(223,128,28); }

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

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

 span { border-color: rgb(223,128,28); }

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