Shades of Ochre #D17520
Tints of Ochre #D17520
RGB
CMYK
RGB Variations
Color information
#D17520 (or 0xD17520) is known color: Ochre. HEX triplet: D1, 75 and 20. RGB value is (209,117,32). Sum of RGB (Red+Green+Blue) = 209+117+32=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D17520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17520 is #2E8ADF. Grayscale: #878787. Windows color (decimal): -3050208 or 2127313. OLE color: 2127313.
HSL color Cylindrical-coordinate representation of color #D17520: hue angle of 28.81º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D17520 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 32 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.18 |
| HSL | 28.81º | 0.73% | 0.47% | - |
| HSV(B) | 28.81º | 0.85% | 0.82% | - |
| XYZ | 32.92 | 26.38 | 4.72 | - |
| YUV | 134.82 | 69.98 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 32 | 0 | 0.44 | 0.85 | 0.18 | 28.81 | 0.73 | 0.47 |
| Hex | D1 | 75 | 20 | 0 | 2C | 55 | 12 | 1D | 49 | 2F |
| Octal | 321 | 165 | 40 | 0 | 54 | 125 | 22 | 35 | 111 | 57 |
| Binary | 11010001 | 1110101 | 100000 | 0 | 101100 | 1010101 | 10010 | 11101 | 1001001 | 101111 |
Color Harmonies of #D17520
Complementary color
Monochromatic Colors of #D17520
Black with #D17520
Text Example
Text Example
White with #D17520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17520; }
p { color: rgb(209,117,32); }
H1.HeaderClassName
{
color: #D17520;
}
.AnyTagClassName
{
color: #D17520;
}
</style>
background-color css
<style>
a { background-color: #D17520; }
a { background-color: rgb(209,117,32); }
div.DivClassName
{
background-color: #D17520;
}
.BgClassName
{
background-color: #D17520;
}
</style>
border-color css
<style>
span { border-color: #D17520; }
span { border-color: rgb(209,117,32); }
td.TdClassName
{
border-color: #D17520;
}
.TagClassName
{
border-color: #D17520;
}
</style>