Shades of Ochre #D97918
Tints of Ochre #D97918
RGB
CMYK
RGB Variations
Color information
#D97918 (or 0xD97918) is known color: Ochre. HEX triplet: D9, 79 and 18. RGB value is (217,121,24). Sum of RGB (Red+Green+Blue) = 217+121+24=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D97918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97918 is #2686E7. Grayscale: #8B8B8B. Windows color (decimal): -2524904 or 1604057. OLE color: 1604057.
HSL color Cylindrical-coordinate representation of color #D97918: hue angle of 30.16º degrees, saturation: 0.8, 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 #D97918 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 24 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.15 |
| HSL | 30.16º | 0.8% | 0.47% | - |
| HSV(B) | 30.16º | 0.89% | 0.85% | - |
| XYZ | 35.62 | 28.49 | 4.49 | - |
| YUV | 138.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 24 | 0 | 0.44 | 0.89 | 0.15 | 30.16 | 0.8 | 0.47 |
| Hex | D9 | 79 | 18 | 0 | 2C | 59 | F | 1E | 50 | 2F |
| Octal | 331 | 171 | 30 | 0 | 54 | 131 | 17 | 36 | 120 | 57 |
| Binary | 11011001 | 1111001 | 11000 | 0 | 101100 | 1011001 | 1111 | 11110 | 1010000 | 101111 |
Color Harmonies of #D97918
Complementary color
Monochromatic Colors of #D97918
Black with #D97918
Text Example
Text Example
White with #D97918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97918; }
p { color: rgb(217,121,24); }
H1.HeaderClassName
{
color: #D97918;
}
.AnyTagClassName
{
color: #D97918;
}
</style>
background-color css
<style>
a { background-color: #D97918; }
a { background-color: rgb(217,121,24); }
div.DivClassName
{
background-color: #D97918;
}
.BgClassName
{
background-color: #D97918;
}
</style>
border-color css
<style>
span { border-color: #D97918; }
span { border-color: rgb(217,121,24); }
td.TdClassName
{
border-color: #D97918;
}
.TagClassName
{
border-color: #D97918;
}
</style>