Shades of Ochre #D28417
Tints of Ochre #D28417
RGB
CMYK
RGB Variations
Color information
#D28417 (or 0xD28417) is known color: Ochre. HEX triplet: D2, 84 and 17. RGB value is (210,132,23). Sum of RGB (Red+Green+Blue) = 210+132+23=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D28417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28417 is #2D7BE8. Grayscale: #8F8F8F. Windows color (decimal): -2980841 or 1541330. OLE color: 1541330.
HSL color Cylindrical-coordinate representation of color #D28417: hue angle of 34.97º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D28417 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 23 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.18 |
| HSL | 34.97º | 0.8% | 0.46% | - |
| HSV(B) | 34.97º | 0.89% | 0.82% | - |
| XYZ | 34.98 | 30.27 | 4.81 | - |
| YUV | 142.9 | 60.34 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 23 | 0 | 0.37 | 0.89 | 0.18 | 34.97 | 0.8 | 0.46 |
| Hex | D2 | 84 | 17 | 0 | 25 | 59 | 12 | 23 | 50 | 2E |
| Octal | 322 | 204 | 27 | 0 | 45 | 131 | 22 | 43 | 120 | 56 |
| Binary | 11010010 | 10000100 | 10111 | 0 | 100101 | 1011001 | 10010 | 100011 | 1010000 | 101110 |
Color Harmonies of #D28417
Complementary color
Monochromatic Colors of #D28417
Black with #D28417
Text Example
Text Example
White with #D28417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28417; }
p { color: rgb(210,132,23); }
H1.HeaderClassName
{
color: #D28417;
}
.AnyTagClassName
{
color: #D28417;
}
</style>
background-color css
<style>
a { background-color: #D28417; }
a { background-color: rgb(210,132,23); }
div.DivClassName
{
background-color: #D28417;
}
.BgClassName
{
background-color: #D28417;
}
</style>
border-color css
<style>
span { border-color: #D28417; }
span { border-color: rgb(210,132,23); }
td.TdClassName
{
border-color: #D28417;
}
.TagClassName
{
border-color: #D28417;
}
</style>