Shades of Ochre #D97716
Tints of Ochre #D97716
RGB
CMYK
RGB Variations
Color information
#D97716 (or 0xD97716) is known color: Ochre. HEX triplet: D9, 77 and 16. RGB value is (217,119,22). Sum of RGB (Red+Green+Blue) = 217+119+22=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D97716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97716 is #2688E9. Grayscale: #898989. Windows color (decimal): -2525418 or 1472473. OLE color: 1472473.
HSL color Cylindrical-coordinate representation of color #D97716: hue angle of 29.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D97716 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.15 |
| HSL | 29.85º | 0.82% | 0.47% | - |
| HSV(B) | 29.85º | 0.9% | 0.85% | - |
| XYZ | 35.36 | 28 | 4.3 | - |
| YUV | 137.24 | 62.97 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 22 | 0 | 0.45 | 0.90 | 0.15 | 29.85 | 0.82 | 0.47 |
| Hex | D9 | 77 | 16 | 0 | 2D | 5A | F | 1E | 52 | 2F |
| Octal | 331 | 167 | 26 | 0 | 55 | 132 | 17 | 36 | 122 | 57 |
| Binary | 11011001 | 1110111 | 10110 | 0 | 101101 | 1011010 | 1111 | 11110 | 1010010 | 101111 |
Color Harmonies of #D97716
Complementary color
Monochromatic Colors of #D97716
Black with #D97716
Text Example
Text Example
White with #D97716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97716; }
p { color: rgb(217,119,22); }
H1.HeaderClassName
{
color: #D97716;
}
.AnyTagClassName
{
color: #D97716;
}
</style>
background-color css
<style>
a { background-color: #D97716; }
a { background-color: rgb(217,119,22); }
div.DivClassName
{
background-color: #D97716;
}
.BgClassName
{
background-color: #D97716;
}
</style>
border-color css
<style>
span { border-color: #D97716; }
span { border-color: rgb(217,119,22); }
td.TdClassName
{
border-color: #D97716;
}
.TagClassName
{
border-color: #D97716;
}
</style>