Shades of Ochre #D28712
Tints of Ochre #D28712
RGB
CMYK
RGB Variations
Color information
#D28712 (or 0xD28712) is known color: Ochre. HEX triplet: D2, 87 and 12. RGB value is (210,135,18). Sum of RGB (Red+Green+Blue) = 210+135+18=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D28712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28712 is #2D78ED. Grayscale: #909090. Windows color (decimal): -2980078 or 1214418. OLE color: 1214418.
HSL color Cylindrical-coordinate representation of color #D28712: hue angle of 36.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D28712 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 18 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.18 |
| HSL | 36.56º | 0.84% | 0.45% | - |
| HSV(B) | 36.56º | 0.91% | 0.82% | - |
| XYZ | 35.35 | 31.07 | 4.71 | - |
| YUV | 144.09 | 56.85 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 18 | 0 | 0.36 | 0.91 | 0.18 | 36.56 | 0.84 | 0.45 |
| Hex | D2 | 87 | 12 | 0 | 24 | 5B | 12 | 25 | 54 | 2D |
| Octal | 322 | 207 | 22 | 0 | 44 | 133 | 22 | 45 | 124 | 55 |
| Binary | 11010010 | 10000111 | 10010 | 0 | 100100 | 1011011 | 10010 | 100101 | 1010100 | 101101 |
Color Harmonies of #D28712
Complementary color
Monochromatic Colors of #D28712
Black with #D28712
Text Example
Text Example
White with #D28712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28712; }
p { color: rgb(210,135,18); }
H1.HeaderClassName
{
color: #D28712;
}
.AnyTagClassName
{
color: #D28712;
}
</style>
background-color css
<style>
a { background-color: #D28712; }
a { background-color: rgb(210,135,18); }
div.DivClassName
{
background-color: #D28712;
}
.BgClassName
{
background-color: #D28712;
}
</style>
border-color css
<style>
span { border-color: #D28712; }
span { border-color: rgb(210,135,18); }
td.TdClassName
{
border-color: #D28712;
}
.TagClassName
{
border-color: #D28712;
}
</style>