Shades of Ochre #DF801B
Tints of Ochre #DF801B
RGB
CMYK
RGB Variations
Color information
#DF801B (or 0xDF801B) is known color: Ochre. HEX triplet: DF, 80 and 1B. RGB value is (223,128,27). Sum of RGB (Red+Green+Blue) = 223+128+27=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF801B is #207FE4. Grayscale: #919191. Windows color (decimal): -2129893 or 1802463. OLE color: 1802463.
HSL color Cylindrical-coordinate representation of color #DF801B: hue angle of 30.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF801B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.13 |
| HSL | 30.92º | 0.78% | 0.49% | - |
| HSV(B) | 30.92º | 0.88% | 0.87% | - |
| XYZ | 38.35 | 31.21 | 5.04 | - |
| YUV | 144.89 | 61.47 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 27 | 0 | 0.43 | 0.88 | 0.13 | 30.92 | 0.78 | 0.49 |
| Hex | DF | 80 | 1B | 0 | 2B | 58 | D | 1F | 4E | 31 |
| Octal | 337 | 200 | 33 | 0 | 53 | 130 | 15 | 37 | 116 | 61 |
| Binary | 11011111 | 10000000 | 11011 | 0 | 101011 | 1011000 | 1101 | 11111 | 1001110 | 110001 |
Color Harmonies of #DF801B
Complementary color
Monochromatic Colors of #DF801B
Black with #DF801B
Text Example
Text Example
White with #DF801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF801B; }
p { color: rgb(223,128,27); }
H1.HeaderClassName
{
color: #DF801B;
}
.AnyTagClassName
{
color: #DF801B;
}
</style>
background-color css
<style>
a { background-color: #DF801B; }
a { background-color: rgb(223,128,27); }
div.DivClassName
{
background-color: #DF801B;
}
.BgClassName
{
background-color: #DF801B;
}
</style>
border-color css
<style>
span { border-color: #DF801B; }
span { border-color: rgb(223,128,27); }
td.TdClassName
{
border-color: #DF801B;
}
.TagClassName
{
border-color: #DF801B;
}
</style>