Shades of Ochre #D97714
Tints of Ochre #D97714
RGB
CMYK
RGB Variations
Color information
#D97714 (or 0xD97714) is known color: Ochre. HEX triplet: D9, 77 and 14. RGB value is (217,119,20). Sum of RGB (Red+Green+Blue) = 217+119+20=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D97714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97714 is #2688EB. Grayscale: #898989. Windows color (decimal): -2525420 or 1341401. OLE color: 1341401.
HSL color Cylindrical-coordinate representation of color #D97714: hue angle of 30.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D97714 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.15 |
| HSL | 30.15º | 0.83% | 0.46% | - |
| HSV(B) | 30.15º | 0.91% | 0.85% | - |
| XYZ | 35.34 | 28 | 4.2 | - |
| YUV | 137.02 | 61.97 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 20 | 0 | 0.45 | 0.91 | 0.15 | 30.15 | 0.83 | 0.46 |
| Hex | D9 | 77 | 14 | 0 | 2D | 5B | F | 1E | 53 | 2E |
| Octal | 331 | 167 | 24 | 0 | 55 | 133 | 17 | 36 | 123 | 56 |
| Binary | 11011001 | 1110111 | 10100 | 0 | 101101 | 1011011 | 1111 | 11110 | 1010011 | 101110 |
Color Harmonies of #D97714
Complementary color
Monochromatic Colors of #D97714
Black with #D97714
Text Example
Text Example
White with #D97714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97714; }
p { color: rgb(217,119,20); }
H1.HeaderClassName
{
color: #D97714;
}
.AnyTagClassName
{
color: #D97714;
}
</style>
background-color css
<style>
a { background-color: #D97714; }
a { background-color: rgb(217,119,20); }
div.DivClassName
{
background-color: #D97714;
}
.BgClassName
{
background-color: #D97714;
}
</style>
border-color css
<style>
span { border-color: #D97714; }
span { border-color: rgb(217,119,20); }
td.TdClassName
{
border-color: #D97714;
}
.TagClassName
{
border-color: #D97714;
}
</style>