Shades of Ochre #D17522
Tints of Ochre #D17522
RGB
CMYK
RGB Variations
Color information
#D17522 (or 0xD17522) is known color: Ochre. HEX triplet: D1, 75 and 22. RGB value is (209,117,34). Sum of RGB (Red+Green+Blue) = 209+117+34=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D17522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17522 is #2E8ADD. Grayscale: #878787. Windows color (decimal): -3050206 or 2258385. OLE color: 2258385.
HSL color Cylindrical-coordinate representation of color #D17522: hue angle of 28.46º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D17522 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 34 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.18 |
| HSL | 28.46º | 0.72% | 0.48% | - |
| HSV(B) | 28.46º | 0.84% | 0.82% | - |
| XYZ | 32.94 | 26.39 | 4.87 | - |
| YUV | 135.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 34 | 0 | 0.44 | 0.84 | 0.18 | 28.46 | 0.72 | 0.48 |
| Hex | D1 | 75 | 22 | 0 | 2C | 54 | 12 | 1C | 48 | 30 |
| Octal | 321 | 165 | 42 | 0 | 54 | 124 | 22 | 34 | 110 | 60 |
| Binary | 11010001 | 1110101 | 100010 | 0 | 101100 | 1010100 | 10010 | 11100 | 1001000 | 110000 |
Color Harmonies of #D17522
Complementary color
Monochromatic Colors of #D17522
Black with #D17522
Text Example
Text Example
White with #D17522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17522; }
p { color: rgb(209,117,34); }
H1.HeaderClassName
{
color: #D17522;
}
.AnyTagClassName
{
color: #D17522;
}
</style>
background-color css
<style>
a { background-color: #D17522; }
a { background-color: rgb(209,117,34); }
div.DivClassName
{
background-color: #D17522;
}
.BgClassName
{
background-color: #D17522;
}
</style>
border-color css
<style>
span { border-color: #D17522; }
span { border-color: rgb(209,117,34); }
td.TdClassName
{
border-color: #D17522;
}
.TagClassName
{
border-color: #D17522;
}
</style>