Shades of Ochre #D97D15
Tints of Ochre #D97D15
RGB
CMYK
RGB Variations
Color information
#D97D15 (or 0xD97D15) is known color: Ochre. HEX triplet: D9, 7D and 15. RGB value is (217,125,21). Sum of RGB (Red+Green+Blue) = 217+125+21=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97D15 is #2682EA. Grayscale: #8D8D8D. Windows color (decimal): -2523883 or 1408473. OLE color: 1408473.
HSL color Cylindrical-coordinate representation of color #D97D15: hue angle of 31.84º 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 #D97D15 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.15 |
| HSL | 31.84º | 0.82% | 0.47% | - |
| HSV(B) | 31.84º | 0.9% | 0.85% | - |
| XYZ | 36.08 | 29.47 | 4.5 | - |
| YUV | 140.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 21 | 0 | 0.42 | 0.90 | 0.15 | 31.84 | 0.82 | 0.47 |
| Hex | D9 | 7D | 15 | 0 | 2A | 5A | F | 20 | 52 | 2F |
| Octal | 331 | 175 | 25 | 0 | 52 | 132 | 17 | 40 | 122 | 57 |
| Binary | 11011001 | 1111101 | 10101 | 0 | 101010 | 1011010 | 1111 | 100000 | 1010010 | 101111 |
Color Harmonies of #D97D15
Complementary color
Monochromatic Colors of #D97D15
Black with #D97D15
Text Example
Text Example
White with #D97D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97D15; }
p { color: rgb(217,125,21); }
H1.HeaderClassName
{
color: #D97D15;
}
.AnyTagClassName
{
color: #D97D15;
}
</style>
background-color css
<style>
a { background-color: #D97D15; }
a { background-color: rgb(217,125,21); }
div.DivClassName
{
background-color: #D97D15;
}
.BgClassName
{
background-color: #D97D15;
}
</style>
border-color css
<style>
span { border-color: #D97D15; }
span { border-color: rgb(217,125,21); }
td.TdClassName
{
border-color: #D97D15;
}
.TagClassName
{
border-color: #D97D15;
}
</style>