Shades of Ochre #D4800F
Tints of Ochre #D4800F
RGB
CMYK
RGB Variations
Color information
#D4800F (or 0xD4800F) is known color: Ochre. HEX triplet: D4, 80 and 0F. RGB value is (212,128,15). Sum of RGB (Red+Green+Blue) = 212+128+15=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4800F is #2B7FF0. Grayscale: #8C8C8C. Windows color (decimal): -2850801 or 1016020. OLE color: 1016020.
HSL color Cylindrical-coordinate representation of color #D4800F: hue angle of 34.42º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4800F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.17 |
| HSL | 34.42º | 0.87% | 0.45% | - |
| HSV(B) | 34.42º | 0.93% | 0.83% | - |
| XYZ | 34.96 | 29.47 | 4.3 | - |
| YUV | 140.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 15 | 0 | 0.40 | 0.93 | 0.17 | 34.42 | 0.87 | 0.45 |
| Hex | D4 | 80 | F | 0 | 28 | 5D | 11 | 22 | 57 | 2D |
| Octal | 324 | 200 | 17 | 0 | 50 | 135 | 21 | 42 | 127 | 55 |
| Binary | 11010100 | 10000000 | 1111 | 0 | 101000 | 1011101 | 10001 | 100010 | 1010111 | 101101 |
Color Harmonies of #D4800F
Complementary color
Monochromatic Colors of #D4800F
Black with #D4800F
Text Example
Text Example
White with #D4800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4800F; }
p { color: rgb(212,128,15); }
H1.HeaderClassName
{
color: #D4800F;
}
.AnyTagClassName
{
color: #D4800F;
}
</style>
background-color css
<style>
a { background-color: #D4800F; }
a { background-color: rgb(212,128,15); }
div.DivClassName
{
background-color: #D4800F;
}
.BgClassName
{
background-color: #D4800F;
}
</style>
border-color css
<style>
span { border-color: #D4800F; }
span { border-color: rgb(212,128,15); }
td.TdClassName
{
border-color: #D4800F;
}
.TagClassName
{
border-color: #D4800F;
}
</style>