Shades of Ochre #DF801C
Tints of Ochre #DF801C
RGB
CMYK
RGB Variations
Color information
#DF801C (or 0xDF801C) is known color: 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
| RGB | 223 | 128 | 28 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.13 |
| HSL | 30.77º | 0.78% | 0.49% | - |
| HSV(B) | 30.77º | 0.87% | 0.87% | - |
| XYZ | 38.36 | 31.21 | 5.1 | - |
| YUV | 145.01 | 61.97 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 28 | 0 | 0.43 | 0.87 | 0.13 | 30.77 | 0.78 | 0.49 |
| Hex | DF | 80 | 1C | 0 | 2B | 57 | D | 1F | 4E | 31 |
| Octal | 337 | 200 | 34 | 0 | 53 | 127 | 15 | 37 | 116 | 61 |
| Binary | 11011111 | 10000000 | 11100 | 0 | 101011 | 1010111 | 1101 | 11111 | 1001110 | 110001 |
Color Harmonies of #DF801C
Complementary color
Monochromatic Colors of #DF801C
Black with #DF801C
Text Example
Text Example
White with #DF801C
Text Example
Text Example
HTML Codes & Css Web 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>