Shades of Ochre #D28017
Tints of Ochre #D28017
RGB
CMYK
RGB Variations
Color information
#D28017 (or 0xD28017) is known color: Ochre. HEX triplet: D2, 80 and 17. RGB value is (210,128,23). Sum of RGB (Red+Green+Blue) = 210+128+23=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D28017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28017 is #2D7FE8. Grayscale: #8D8D8D. Windows color (decimal): -2981865 or 1540306. OLE color: 1540306.
HSL color Cylindrical-coordinate representation of color #D28017: hue angle of 33.69º 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 #D28017 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.18 |
| HSL | 33.69º | 0.8% | 0.46% | - |
| HSV(B) | 33.69º | 0.89% | 0.82% | - |
| XYZ | 34.45 | 29.2 | 4.63 | - |
| YUV | 140.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 23 | 0 | 0.39 | 0.89 | 0.18 | 33.69 | 0.8 | 0.46 |
| Hex | D2 | 80 | 17 | 0 | 27 | 59 | 12 | 22 | 50 | 2E |
| Octal | 322 | 200 | 27 | 0 | 47 | 131 | 22 | 42 | 120 | 56 |
| Binary | 11010010 | 10000000 | 10111 | 0 | 100111 | 1011001 | 10010 | 100010 | 1010000 | 101110 |
Color Harmonies of #D28017
Complementary color
Monochromatic Colors of #D28017
Black with #D28017
Text Example
Text Example
White with #D28017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28017; }
p { color: rgb(210,128,23); }
H1.HeaderClassName
{
color: #D28017;
}
.AnyTagClassName
{
color: #D28017;
}
</style>
background-color css
<style>
a { background-color: #D28017; }
a { background-color: rgb(210,128,23); }
div.DivClassName
{
background-color: #D28017;
}
.BgClassName
{
background-color: #D28017;
}
</style>
border-color css
<style>
span { border-color: #D28017; }
span { border-color: rgb(210,128,23); }
td.TdClassName
{
border-color: #D28017;
}
.TagClassName
{
border-color: #D28017;
}
</style>