Shades of Ochre #D17625
Tints of Ochre #D17625
RGB
CMYK
RGB Variations
Color information
#D17625 (or 0xD17625) is known color: Ochre. HEX triplet: D1, 76 and 25. RGB value is (209,118,37). Sum of RGB (Red+Green+Blue) = 209+118+37=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D17625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17625 is #2E89DA. Grayscale: #888888. Windows color (decimal): -3049947 or 2455249. OLE color: 2455249.
HSL color Cylindrical-coordinate representation of color #D17625: hue angle of 28.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D17625 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 37 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.18 |
| HSL | 28.26º | 0.7% | 0.48% | - |
| HSV(B) | 28.26º | 0.82% | 0.82% | - |
| XYZ | 33.11 | 26.65 | 5.15 | - |
| YUV | 135.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 37 | 0 | 0.44 | 0.82 | 0.18 | 28.26 | 0.7 | 0.48 |
| Hex | D1 | 76 | 25 | 0 | 2C | 52 | 12 | 1C | 46 | 30 |
| Octal | 321 | 166 | 45 | 0 | 54 | 122 | 22 | 34 | 106 | 60 |
| Binary | 11010001 | 1110110 | 100101 | 0 | 101100 | 1010010 | 10010 | 11100 | 1000110 | 110000 |
Color Harmonies of #D17625
Complementary color
Monochromatic Colors of #D17625
Black with #D17625
Text Example
Text Example
White with #D17625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17625; }
p { color: rgb(209,118,37); }
H1.HeaderClassName
{
color: #D17625;
}
.AnyTagClassName
{
color: #D17625;
}
</style>
background-color css
<style>
a { background-color: #D17625; }
a { background-color: rgb(209,118,37); }
div.DivClassName
{
background-color: #D17625;
}
.BgClassName
{
background-color: #D17625;
}
</style>
border-color css
<style>
span { border-color: #D17625; }
span { border-color: rgb(209,118,37); }
td.TdClassName
{
border-color: #D17625;
}
.TagClassName
{
border-color: #D17625;
}
</style>