Shades of Ochre #D28711
Tints of Ochre #D28711
RGB
CMYK
RGB Variations
Color information
#D28711 (or 0xD28711) is known color: Ochre. HEX triplet: D2, 87 and 11. RGB value is (210,135,17). Sum of RGB (Red+Green+Blue) = 210+135+17=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D28711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28711 is #2D78EE. Grayscale: #909090. Windows color (decimal): -2980079 or 1148882. OLE color: 1148882.
HSL color Cylindrical-coordinate representation of color #D28711: hue angle of 36.68º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D28711 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 17 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.18 |
| HSL | 36.68º | 0.85% | 0.45% | - |
| HSV(B) | 36.68º | 0.92% | 0.82% | - |
| XYZ | 35.34 | 31.07 | 4.66 | - |
| YUV | 143.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 17 | 0 | 0.36 | 0.92 | 0.18 | 36.68 | 0.85 | 0.45 |
| Hex | D2 | 87 | 11 | 0 | 24 | 5C | 12 | 25 | 55 | 2D |
| Octal | 322 | 207 | 21 | 0 | 44 | 134 | 22 | 45 | 125 | 55 |
| Binary | 11010010 | 10000111 | 10001 | 0 | 100100 | 1011100 | 10010 | 100101 | 1010101 | 101101 |
Color Harmonies of #D28711
Complementary color
Monochromatic Colors of #D28711
Black with #D28711
Text Example
Text Example
White with #D28711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28711; }
p { color: rgb(210,135,17); }
H1.HeaderClassName
{
color: #D28711;
}
.AnyTagClassName
{
color: #D28711;
}
</style>
background-color css
<style>
a { background-color: #D28711; }
a { background-color: rgb(210,135,17); }
div.DivClassName
{
background-color: #D28711;
}
.BgClassName
{
background-color: #D28711;
}
</style>
border-color css
<style>
span { border-color: #D28711; }
span { border-color: rgb(210,135,17); }
td.TdClassName
{
border-color: #D28711;
}
.TagClassName
{
border-color: #D28711;
}
</style>