Shades of Ochre #D28517
Tints of Ochre #D28517
RGB
CMYK
RGB Variations
Color information
#D28517 (or 0xD28517) is known color: Ochre. HEX triplet: D2, 85 and 17. RGB value is (210,133,23). Sum of RGB (Red+Green+Blue) = 210+133+23=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D28517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28517 is #2D7AE8. Grayscale: #909090. Windows color (decimal): -2980585 or 1541586. OLE color: 1541586.
HSL color Cylindrical-coordinate representation of color #D28517: hue angle of 35.29º 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 #D28517 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 23 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.18 |
| HSL | 35.29º | 0.8% | 0.46% | - |
| HSV(B) | 35.29º | 0.89% | 0.82% | - |
| XYZ | 35.12 | 30.54 | 4.85 | - |
| YUV | 143.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 23 | 0 | 0.37 | 0.89 | 0.18 | 35.29 | 0.8 | 0.46 |
| Hex | D2 | 85 | 17 | 0 | 25 | 59 | 12 | 23 | 50 | 2E |
| Octal | 322 | 205 | 27 | 0 | 45 | 131 | 22 | 43 | 120 | 56 |
| Binary | 11010010 | 10000101 | 10111 | 0 | 100101 | 1011001 | 10010 | 100011 | 1010000 | 101110 |
Color Harmonies of #D28517
Complementary color
Monochromatic Colors of #D28517
Black with #D28517
Text Example
Text Example
White with #D28517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28517; }
p { color: rgb(210,133,23); }
H1.HeaderClassName
{
color: #D28517;
}
.AnyTagClassName
{
color: #D28517;
}
</style>
background-color css
<style>
a { background-color: #D28517; }
a { background-color: rgb(210,133,23); }
div.DivClassName
{
background-color: #D28517;
}
.BgClassName
{
background-color: #D28517;
}
</style>
border-color css
<style>
span { border-color: #D28517; }
span { border-color: rgb(210,133,23); }
td.TdClassName
{
border-color: #D28517;
}
.TagClassName
{
border-color: #D28517;
}
</style>