Shades of Ochre #D8800F
Tints of Ochre #D8800F
RGB
CMYK
RGB Variations
Color information
#D8800F (or 0xD8800F) is known color: Ochre. HEX triplet: D8, 80 and 0F. RGB value is (216,128,15). Sum of RGB (Red+Green+Blue) = 216+128+15=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8800F is #277FF0. Grayscale: #8D8D8D. Windows color (decimal): -2588657 or 1016024. OLE color: 1016024.
HSL color Cylindrical-coordinate representation of color #D8800F: hue angle of 33.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8800F is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 15 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.15 |
| HSL | 33.73º | 0.87% | 0.45% | - |
| HSV(B) | 33.73º | 0.93% | 0.85% | - |
| XYZ | 36.12 | 30.07 | 4.35 | - |
| YUV | 141.43 | 56.65 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 15 | 0 | 0.41 | 0.93 | 0.15 | 33.73 | 0.87 | 0.45 |
| Hex | D8 | 80 | F | 0 | 29 | 5D | F | 22 | 57 | 2D |
| Octal | 330 | 200 | 17 | 0 | 51 | 135 | 17 | 42 | 127 | 55 |
| Binary | 11011000 | 10000000 | 1111 | 0 | 101001 | 1011101 | 1111 | 100010 | 1010111 | 101101 |
Color Harmonies of #D8800F
Complementary color
Monochromatic Colors of #D8800F
Black with #D8800F
Text Example
Text Example
White with #D8800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8800F; }
p { color: rgb(216,128,15); }
H1.HeaderClassName
{
color: #D8800F;
}
.AnyTagClassName
{
color: #D8800F;
}
</style>
background-color css
<style>
a { background-color: #D8800F; }
a { background-color: rgb(216,128,15); }
div.DivClassName
{
background-color: #D8800F;
}
.BgClassName
{
background-color: #D8800F;
}
</style>
border-color css
<style>
span { border-color: #D8800F; }
span { border-color: rgb(216,128,15); }
td.TdClassName
{
border-color: #D8800F;
}
.TagClassName
{
border-color: #D8800F;
}
</style>