Shades of Ochre #D17826
Tints of Ochre #D17826
RGB
CMYK
RGB Variations
Color information
#D17826 (or 0xD17826) is known color: Ochre. HEX triplet: D1, 78 and 26. RGB value is (209,120,38). Sum of RGB (Red+Green+Blue) = 209+120+38=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D17826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17826 is #2E87D9. Grayscale: #898989. Windows color (decimal): -3049434 or 2521297. OLE color: 2521297.
HSL color Cylindrical-coordinate representation of color #D17826: hue angle of 28.77º degrees, saturation: 0.69, 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 #D17826 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 38 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.18 |
| HSL | 28.77º | 0.69% | 0.48% | - |
| HSV(B) | 28.77º | 0.82% | 0.82% | - |
| XYZ | 33.36 | 27.13 | 5.31 | - |
| YUV | 137.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 38 | 0 | 0.43 | 0.82 | 0.18 | 28.77 | 0.69 | 0.48 |
| Hex | D1 | 78 | 26 | 0 | 2B | 52 | 12 | 1D | 45 | 30 |
| Octal | 321 | 170 | 46 | 0 | 53 | 122 | 22 | 35 | 105 | 60 |
| Binary | 11010001 | 1111000 | 100110 | 0 | 101011 | 1010010 | 10010 | 11101 | 1000101 | 110000 |
Color Harmonies of #D17826
Complementary color
Monochromatic Colors of #D17826
Black with #D17826
Text Example
Text Example
White with #D17826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17826; }
p { color: rgb(209,120,38); }
H1.HeaderClassName
{
color: #D17826;
}
.AnyTagClassName
{
color: #D17826;
}
</style>
background-color css
<style>
a { background-color: #D17826; }
a { background-color: rgb(209,120,38); }
div.DivClassName
{
background-color: #D17826;
}
.BgClassName
{
background-color: #D17826;
}
</style>
border-color css
<style>
span { border-color: #D17826; }
span { border-color: rgb(209,120,38); }
td.TdClassName
{
border-color: #D17826;
}
.TagClassName
{
border-color: #D17826;
}
</style>