Shades of Ochre #D17619
Tints of Ochre #D17619
RGB
CMYK
RGB Variations
Color information
#D17619 (or 0xD17619) is known color: Ochre. HEX triplet: D1, 76 and 19. RGB value is (209,118,25). Sum of RGB (Red+Green+Blue) = 209+118+25=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D17619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17619 is #2E89E6. Grayscale: #878787. Windows color (decimal): -3049959 or 1668817. OLE color: 1668817.
HSL color Cylindrical-coordinate representation of color #D17619: hue angle of 30.33º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D17619 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.18 |
| HSL | 30.33º | 0.79% | 0.46% | - |
| HSV(B) | 30.33º | 0.88% | 0.82% | - |
| XYZ | 32.95 | 26.58 | 4.31 | - |
| YUV | 134.61 | 66.15 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 25 | 0 | 0.44 | 0.88 | 0.18 | 30.33 | 0.79 | 0.46 |
| Hex | D1 | 76 | 19 | 0 | 2C | 58 | 12 | 1E | 4F | 2E |
| Octal | 321 | 166 | 31 | 0 | 54 | 130 | 22 | 36 | 117 | 56 |
| Binary | 11010001 | 1110110 | 11001 | 0 | 101100 | 1011000 | 10010 | 11110 | 1001111 | 101110 |
Color Harmonies of #D17619
Complementary color
Monochromatic Colors of #D17619
Black with #D17619
Text Example
Text Example
White with #D17619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17619; }
p { color: rgb(209,118,25); }
H1.HeaderClassName
{
color: #D17619;
}
.AnyTagClassName
{
color: #D17619;
}
</style>
background-color css
<style>
a { background-color: #D17619; }
a { background-color: rgb(209,118,25); }
div.DivClassName
{
background-color: #D17619;
}
.BgClassName
{
background-color: #D17619;
}
</style>
border-color css
<style>
span { border-color: #D17619; }
span { border-color: rgb(209,118,25); }
td.TdClassName
{
border-color: #D17619;
}
.TagClassName
{
border-color: #D17619;
}
</style>