Shades of Ochre #D28117
Tints of Ochre #D28117
RGB
CMYK
RGB Variations
Color information
#D28117 (or 0xD28117) is known color: Ochre. HEX triplet: D2, 81 and 17. RGB value is (210,129,23). Sum of RGB (Red+Green+Blue) = 210+129+23=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D28117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28117 is #2D7EE8. Grayscale: #8D8D8D. Windows color (decimal): -2981609 or 1540562. OLE color: 1540562.
HSL color Cylindrical-coordinate representation of color #D28117: hue angle of 34.01º 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 #D28117 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 23 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.18 |
| HSL | 34.01º | 0.8% | 0.46% | - |
| HSV(B) | 34.01º | 0.89% | 0.82% | - |
| XYZ | 34.58 | 29.46 | 4.67 | - |
| YUV | 141.14 | 61.34 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 23 | 0 | 0.39 | 0.89 | 0.18 | 34.01 | 0.8 | 0.46 |
| Hex | D2 | 81 | 17 | 0 | 27 | 59 | 12 | 22 | 50 | 2E |
| Octal | 322 | 201 | 27 | 0 | 47 | 131 | 22 | 42 | 120 | 56 |
| Binary | 11010010 | 10000001 | 10111 | 0 | 100111 | 1011001 | 10010 | 100010 | 1010000 | 101110 |
Color Harmonies of #D28117
Complementary color
Monochromatic Colors of #D28117
Black with #D28117
Text Example
Text Example
White with #D28117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28117; }
p { color: rgb(210,129,23); }
H1.HeaderClassName
{
color: #D28117;
}
.AnyTagClassName
{
color: #D28117;
}
</style>
background-color css
<style>
a { background-color: #D28117; }
a { background-color: rgb(210,129,23); }
div.DivClassName
{
background-color: #D28117;
}
.BgClassName
{
background-color: #D28117;
}
</style>
border-color css
<style>
span { border-color: #D28117; }
span { border-color: rgb(210,129,23); }
td.TdClassName
{
border-color: #D28117;
}
.TagClassName
{
border-color: #D28117;
}
</style>