Shades of Ochre #D97713
Tints of Ochre #D97713
RGB
CMYK
RGB Variations
Color information
#D97713 (or 0xD97713) is known color: Ochre. HEX triplet: D9, 77 and 13. RGB value is (217,119,19). Sum of RGB (Red+Green+Blue) = 217+119+19=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D97713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97713 is #2688EC. Grayscale: #898989. Windows color (decimal): -2525421 or 1275865. OLE color: 1275865.
HSL color Cylindrical-coordinate representation of color #D97713: hue angle of 30.3º degrees, saturation: 0.84, 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 #D97713 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 19 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.15 |
| HSL | 30.3º | 0.84% | 0.46% | - |
| HSV(B) | 30.3º | 0.91% | 0.85% | - |
| XYZ | 35.33 | 27.99 | 4.16 | - |
| YUV | 136.9 | 61.47 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 19 | 0 | 0.45 | 0.91 | 0.15 | 30.3 | 0.84 | 0.46 |
| Hex | D9 | 77 | 13 | 0 | 2D | 5B | F | 1E | 54 | 2E |
| Octal | 331 | 167 | 23 | 0 | 55 | 133 | 17 | 36 | 124 | 56 |
| Binary | 11011001 | 1110111 | 10011 | 0 | 101101 | 1011011 | 1111 | 11110 | 1010100 | 101110 |
Color Harmonies of #D97713
Complementary color
Monochromatic Colors of #D97713
Black with #D97713
Text Example
Text Example
White with #D97713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97713; }
p { color: rgb(217,119,19); }
H1.HeaderClassName
{
color: #D97713;
}
.AnyTagClassName
{
color: #D97713;
}
</style>
background-color css
<style>
a { background-color: #D97713; }
a { background-color: rgb(217,119,19); }
div.DivClassName
{
background-color: #D97713;
}
.BgClassName
{
background-color: #D97713;
}
</style>
border-color css
<style>
span { border-color: #D97713; }
span { border-color: rgb(217,119,19); }
td.TdClassName
{
border-color: #D97713;
}
.TagClassName
{
border-color: #D97713;
}
</style>