Shades of Ochre #D08124
Tints of Ochre #D08124
RGB
CMYK
RGB Variations
Color information
#D08124 (or 0xD08124) is known color: Ochre. HEX triplet: D0, 81 and 24. RGB value is (208,129,36). Sum of RGB (Red+Green+Blue) = 208+129+36=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D08124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08124 is #2F7EDB. Grayscale: #8E8E8E. Windows color (decimal): -3112668 or 2392528. OLE color: 2392528.
HSL color Cylindrical-coordinate representation of color #D08124: hue angle of 32.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D08124 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 36 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.18 |
| HSL | 32.44º | 0.7% | 0.48% | - |
| HSV(B) | 32.44º | 0.83% | 0.82% | - |
| XYZ | 34.18 | 29.24 | 5.51 | - |
| YUV | 142.02 | 68.17 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 36 | 0 | 0.38 | 0.83 | 0.18 | 32.44 | 0.7 | 0.48 |
| Hex | D0 | 81 | 24 | 0 | 26 | 53 | 12 | 20 | 46 | 30 |
| Octal | 320 | 201 | 44 | 0 | 46 | 123 | 22 | 40 | 106 | 60 |
| Binary | 11010000 | 10000001 | 100100 | 0 | 100110 | 1010011 | 10010 | 100000 | 1000110 | 110000 |
Color Harmonies of #D08124
Complementary color
Monochromatic Colors of #D08124
Black with #D08124
Text Example
Text Example
White with #D08124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08124; }
p { color: rgb(208,129,36); }
H1.HeaderClassName
{
color: #D08124;
}
.AnyTagClassName
{
color: #D08124;
}
</style>
background-color css
<style>
a { background-color: #D08124; }
a { background-color: rgb(208,129,36); }
div.DivClassName
{
background-color: #D08124;
}
.BgClassName
{
background-color: #D08124;
}
</style>
border-color css
<style>
span { border-color: #D08124; }
span { border-color: rgb(208,129,36); }
td.TdClassName
{
border-color: #D08124;
}
.TagClassName
{
border-color: #D08124;
}
</style>