Shades of Ochre #D97615
Tints of Ochre #D97615
RGB
CMYK
RGB Variations
Color information
#D97615 (or 0xD97615) is known color: Ochre. HEX triplet: D9, 76 and 15. RGB value is (217,118,21). Sum of RGB (Red+Green+Blue) = 217+118+21=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D97615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97615 is #2689EA. Grayscale: #898989. Windows color (decimal): -2525675 or 1406681. OLE color: 1406681.
HSL color Cylindrical-coordinate representation of color #D97615: hue angle of 29.69º 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 #D97615 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 21 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.15 |
| HSL | 29.69º | 0.82% | 0.47% | - |
| HSV(B) | 29.69º | 0.9% | 0.85% | - |
| XYZ | 35.23 | 27.76 | 4.21 | - |
| YUV | 136.54 | 62.8 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 21 | 0 | 0.46 | 0.90 | 0.15 | 29.69 | 0.82 | 0.47 |
| Hex | D9 | 76 | 15 | 0 | 2E | 5A | F | 1E | 52 | 2F |
| Octal | 331 | 166 | 25 | 0 | 56 | 132 | 17 | 36 | 122 | 57 |
| Binary | 11011001 | 1110110 | 10101 | 0 | 101110 | 1011010 | 1111 | 11110 | 1010010 | 101111 |
Color Harmonies of #D97615
Complementary color
Monochromatic Colors of #D97615
Black with #D97615
Text Example
Text Example
White with #D97615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97615; }
p { color: rgb(217,118,21); }
H1.HeaderClassName
{
color: #D97615;
}
.AnyTagClassName
{
color: #D97615;
}
</style>
background-color css
<style>
a { background-color: #D97615; }
a { background-color: rgb(217,118,21); }
div.DivClassName
{
background-color: #D97615;
}
.BgClassName
{
background-color: #D97615;
}
</style>
border-color css
<style>
span { border-color: #D97615; }
span { border-color: rgb(217,118,21); }
td.TdClassName
{
border-color: #D97615;
}
.TagClassName
{
border-color: #D97615;
}
</style>