Shades of Ochre #D97715
Tints of Ochre #D97715
RGB
CMYK
RGB Variations
Color information
#D97715 (or 0xD97715) is known color: Ochre. HEX triplet: D9, 77 and 15. RGB value is (217,119,21). Sum of RGB (Red+Green+Blue) = 217+119+21=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D97715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97715 is #2688EA. Grayscale: #898989. Windows color (decimal): -2525419 or 1406937. OLE color: 1406937.
HSL color Cylindrical-coordinate representation of color #D97715: hue angle of 30º 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 #D97715 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.15 |
| HSL | 30º | 0.82% | 0.47% | - |
| HSV(B) | 30º | 0.9% | 0.85% | - |
| XYZ | 35.35 | 28 | 4.25 | - |
| YUV | 137.13 | 62.47 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 21 | 0 | 0.45 | 0.90 | 0.15 | 30 | 0.82 | 0.47 |
| Hex | D9 | 77 | 15 | 0 | 2D | 5A | F | 1E | 52 | 2F |
| Octal | 331 | 167 | 25 | 0 | 55 | 132 | 17 | 36 | 122 | 57 |
| Binary | 11011001 | 1110111 | 10101 | 0 | 101101 | 1011010 | 1111 | 11110 | 1010010 | 101111 |
Color Harmonies of #D97715
Complementary color
Monochromatic Colors of #D97715
Black with #D97715
Text Example
Text Example
White with #D97715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97715; }
p { color: rgb(217,119,21); }
H1.HeaderClassName
{
color: #D97715;
}
.AnyTagClassName
{
color: #D97715;
}
</style>
background-color css
<style>
a { background-color: #D97715; }
a { background-color: rgb(217,119,21); }
div.DivClassName
{
background-color: #D97715;
}
.BgClassName
{
background-color: #D97715;
}
</style>
border-color css
<style>
span { border-color: #D97715; }
span { border-color: rgb(217,119,21); }
td.TdClassName
{
border-color: #D97715;
}
.TagClassName
{
border-color: #D97715;
}
</style>