Shades of Ochre #D07617
Tints of Ochre #D07617
RGB
CMYK
RGB Variations
Color information
#D07617 (or 0xD07617) is known color: Ochre. HEX triplet: D0, 76 and 17. RGB value is (208,118,23). Sum of RGB (Red+Green+Blue) = 208+118+23=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D07617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07617 is #2F89E8. Grayscale: #868686. Windows color (decimal): -3115497 or 1537744. OLE color: 1537744.
HSL color Cylindrical-coordinate representation of color #D07617: hue angle of 30.81º 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 #D07617 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 23 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.18 |
| HSL | 30.81º | 0.8% | 0.45% | - |
| HSV(B) | 30.81º | 0.89% | 0.82% | - |
| XYZ | 32.65 | 26.43 | 4.19 | - |
| YUV | 134.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 23 | 0 | 0.43 | 0.89 | 0.18 | 30.81 | 0.8 | 0.45 |
| Hex | D0 | 76 | 17 | 0 | 2B | 59 | 12 | 1F | 50 | 2D |
| Octal | 320 | 166 | 27 | 0 | 53 | 131 | 22 | 37 | 120 | 55 |
| Binary | 11010000 | 1110110 | 10111 | 0 | 101011 | 1011001 | 10010 | 11111 | 1010000 | 101101 |
Color Harmonies of #D07617
Complementary color
Monochromatic Colors of #D07617
Black with #D07617
Text Example
Text Example
White with #D07617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07617; }
p { color: rgb(208,118,23); }
H1.HeaderClassName
{
color: #D07617;
}
.AnyTagClassName
{
color: #D07617;
}
</style>
background-color css
<style>
a { background-color: #D07617; }
a { background-color: rgb(208,118,23); }
div.DivClassName
{
background-color: #D07617;
}
.BgClassName
{
background-color: #D07617;
}
</style>
border-color css
<style>
span { border-color: #D07617; }
span { border-color: rgb(208,118,23); }
td.TdClassName
{
border-color: #D07617;
}
.TagClassName
{
border-color: #D07617;
}
</style>