Shades of Ochre #D17712
Tints of Ochre #D17712
RGB
CMYK
RGB Variations
Color information
#D17712 (or 0xD17712) is known color: Ochre. HEX triplet: D1, 77 and 12. RGB value is (209,119,18). Sum of RGB (Red+Green+Blue) = 209+119+18=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D17712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17712 is #2E88ED. Grayscale: #868686. Windows color (decimal): -3049710 or 1210321. OLE color: 1210321.
HSL color Cylindrical-coordinate representation of color #D17712: hue angle of 31.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D17712 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.18 |
| HSL | 31.73º | 0.84% | 0.45% | - |
| HSV(B) | 31.73º | 0.91% | 0.82% | - |
| XYZ | 33 | 26.79 | 4 | - |
| YUV | 134.4 | 62.32 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 18 | 0 | 0.43 | 0.91 | 0.18 | 31.73 | 0.84 | 0.45 |
| Hex | D1 | 77 | 12 | 0 | 2B | 5B | 12 | 20 | 54 | 2D |
| Octal | 321 | 167 | 22 | 0 | 53 | 133 | 22 | 40 | 124 | 55 |
| Binary | 11010001 | 1110111 | 10010 | 0 | 101011 | 1011011 | 10010 | 100000 | 1010100 | 101101 |
Color Harmonies of #D17712
Complementary color
Monochromatic Colors of #D17712
Black with #D17712
Text Example
Text Example
White with #D17712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17712; }
p { color: rgb(209,119,18); }
H1.HeaderClassName
{
color: #D17712;
}
.AnyTagClassName
{
color: #D17712;
}
</style>
background-color css
<style>
a { background-color: #D17712; }
a { background-color: rgb(209,119,18); }
div.DivClassName
{
background-color: #D17712;
}
.BgClassName
{
background-color: #D17712;
}
</style>
border-color css
<style>
span { border-color: #D17712; }
span { border-color: rgb(209,119,18); }
td.TdClassName
{
border-color: #D17712;
}
.TagClassName
{
border-color: #D17712;
}
</style>