Shades of Ochre #D08717
Tints of Ochre #D08717
RGB
CMYK
RGB Variations
Color information
#D08717 (or 0xD08717) is known color: Ochre. HEX triplet: D0, 87 and 17. RGB value is (208,135,23). Sum of RGB (Red+Green+Blue) = 208+135+23=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D08717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08717 is #2F78E8. Grayscale: #909090. Windows color (decimal): -3111145 or 1542096. OLE color: 1542096.
HSL color Cylindrical-coordinate representation of color #D08717: hue angle of 36.32º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D08717 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 23 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.18 |
| HSL | 36.32º | 0.8% | 0.45% | - |
| HSV(B) | 36.32º | 0.89% | 0.82% | - |
| XYZ | 34.83 | 30.8 | 4.92 | - |
| YUV | 144.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 23 | 0 | 0.35 | 0.89 | 0.18 | 36.32 | 0.8 | 0.45 |
| Hex | D0 | 87 | 17 | 0 | 23 | 59 | 12 | 24 | 50 | 2D |
| Octal | 320 | 207 | 27 | 0 | 43 | 131 | 22 | 44 | 120 | 55 |
| Binary | 11010000 | 10000111 | 10111 | 0 | 100011 | 1011001 | 10010 | 100100 | 1010000 | 101101 |
Color Harmonies of #D08717
Complementary color
Monochromatic Colors of #D08717
Black with #D08717
Text Example
Text Example
White with #D08717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08717; }
p { color: rgb(208,135,23); }
H1.HeaderClassName
{
color: #D08717;
}
.AnyTagClassName
{
color: #D08717;
}
</style>
background-color css
<style>
a { background-color: #D08717; }
a { background-color: rgb(208,135,23); }
div.DivClassName
{
background-color: #D08717;
}
.BgClassName
{
background-color: #D08717;
}
</style>
border-color css
<style>
span { border-color: #D08717; }
span { border-color: rgb(208,135,23); }
td.TdClassName
{
border-color: #D08717;
}
.TagClassName
{
border-color: #D08717;
}
</style>