Shades of Ochre #D17715
Tints of Ochre #D17715
RGB
CMYK
RGB Variations
Color information
#D17715 (or 0xD17715) is known color: Ochre. HEX triplet: D1, 77 and 15. RGB value is (209,119,21). Sum of RGB (Red+Green+Blue) = 209+119+21=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D17715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17715 is #2E88EA. Grayscale: #878787. Windows color (decimal): -3049707 or 1406929. OLE color: 1406929.
HSL color Cylindrical-coordinate representation of color #D17715: hue angle of 31.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D17715 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 21 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.18 |
| HSL | 31.28º | 0.82% | 0.45% | - |
| HSV(B) | 31.28º | 0.9% | 0.82% | - |
| XYZ | 33.03 | 26.8 | 4.14 | - |
| YUV | 134.74 | 63.82 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 21 | 0 | 0.43 | 0.90 | 0.18 | 31.28 | 0.82 | 0.45 |
| Hex | D1 | 77 | 15 | 0 | 2B | 5A | 12 | 1F | 52 | 2D |
| Octal | 321 | 167 | 25 | 0 | 53 | 132 | 22 | 37 | 122 | 55 |
| Binary | 11010001 | 1110111 | 10101 | 0 | 101011 | 1011010 | 10010 | 11111 | 1010010 | 101101 |
Color Harmonies of #D17715
Complementary color
Monochromatic Colors of #D17715
Black with #D17715
Text Example
Text Example
White with #D17715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17715; }
p { color: rgb(209,119,21); }
H1.HeaderClassName
{
color: #D17715;
}
.AnyTagClassName
{
color: #D17715;
}
</style>
background-color css
<style>
a { background-color: #D17715; }
a { background-color: rgb(209,119,21); }
div.DivClassName
{
background-color: #D17715;
}
.BgClassName
{
background-color: #D17715;
}
</style>
border-color css
<style>
span { border-color: #D17715; }
span { border-color: rgb(209,119,21); }
td.TdClassName
{
border-color: #D17715;
}
.TagClassName
{
border-color: #D17715;
}
</style>