Shades of Ochre #D97817
Tints of Ochre #D97817
RGB
CMYK
RGB Variations
Color information
#D97817 (or 0xD97817) is known color: Ochre. HEX triplet: D9, 78 and 17. RGB value is (217,120,23). Sum of RGB (Red+Green+Blue) = 217+120+23=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D97817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97817 is #2687E8. Grayscale: #8A8A8A. Windows color (decimal): -2525161 or 1538265. OLE color: 1538265.
HSL color Cylindrical-coordinate representation of color #D97817: hue angle of 30º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D97817 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 23 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.15 |
| HSL | 30º | 0.81% | 0.47% | - |
| HSV(B) | 30º | 0.89% | 0.85% | - |
| XYZ | 35.49 | 28.25 | 4.39 | - |
| YUV | 137.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 23 | 0 | 0.45 | 0.89 | 0.15 | 30 | 0.81 | 0.47 |
| Hex | D9 | 78 | 17 | 0 | 2D | 59 | F | 1E | 51 | 2F |
| Octal | 331 | 170 | 27 | 0 | 55 | 131 | 17 | 36 | 121 | 57 |
| Binary | 11011001 | 1111000 | 10111 | 0 | 101101 | 1011001 | 1111 | 11110 | 1010001 | 101111 |
Color Harmonies of #D97817
Complementary color
Monochromatic Colors of #D97817
Black with #D97817
Text Example
Text Example
White with #D97817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97817; }
p { color: rgb(217,120,23); }
H1.HeaderClassName
{
color: #D97817;
}
.AnyTagClassName
{
color: #D97817;
}
</style>
background-color css
<style>
a { background-color: #D97817; }
a { background-color: rgb(217,120,23); }
div.DivClassName
{
background-color: #D97817;
}
.BgClassName
{
background-color: #D97817;
}
</style>
border-color css
<style>
span { border-color: #D97817; }
span { border-color: rgb(217,120,23); }
td.TdClassName
{
border-color: #D97817;
}
.TagClassName
{
border-color: #D97817;
}
</style>