Shades of Ochre #D17812
Tints of Ochre #D17812
RGB
CMYK
RGB Variations
Color information
#D17812 (or 0xD17812) is known color: Ochre. HEX triplet: D1, 78 and 12. RGB value is (209,120,18). Sum of RGB (Red+Green+Blue) = 209+120+18=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D17812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17812 is #2E87ED. Grayscale: #878787. Windows color (decimal): -3049454 or 1210577. OLE color: 1210577.
HSL color Cylindrical-coordinate representation of color #D17812: hue angle of 32.04º 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 #D17812 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.18 |
| HSL | 32.04º | 0.84% | 0.45% | - |
| HSV(B) | 32.04º | 0.91% | 0.82% | - |
| XYZ | 33.12 | 27.03 | 4.04 | - |
| YUV | 134.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 18 | 0 | 0.43 | 0.91 | 0.18 | 32.04 | 0.84 | 0.45 |
| Hex | D1 | 78 | 12 | 0 | 2B | 5B | 12 | 20 | 54 | 2D |
| Octal | 321 | 170 | 22 | 0 | 53 | 133 | 22 | 40 | 124 | 55 |
| Binary | 11010001 | 1111000 | 10010 | 0 | 101011 | 1011011 | 10010 | 100000 | 1010100 | 101101 |
Color Harmonies of #D17812
Complementary color
Monochromatic Colors of #D17812
Black with #D17812
Text Example
Text Example
White with #D17812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17812; }
p { color: rgb(209,120,18); }
H1.HeaderClassName
{
color: #D17812;
}
.AnyTagClassName
{
color: #D17812;
}
</style>
background-color css
<style>
a { background-color: #D17812; }
a { background-color: rgb(209,120,18); }
div.DivClassName
{
background-color: #D17812;
}
.BgClassName
{
background-color: #D17812;
}
</style>
border-color css
<style>
span { border-color: #D17812; }
span { border-color: rgb(209,120,18); }
td.TdClassName
{
border-color: #D17812;
}
.TagClassName
{
border-color: #D17812;
}
</style>