Shades of Ochre #D17626
Tints of Ochre #D17626
RGB
CMYK
RGB Variations
Color information
#D17626 (or 0xD17626) is known color: Ochre. HEX triplet: D1, 76 and 26. RGB value is (209,118,38). Sum of RGB (Red+Green+Blue) = 209+118+38=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D17626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17626 is #2E89D9. Grayscale: #888888. Windows color (decimal): -3049946 or 2520785. OLE color: 2520785.
HSL color Cylindrical-coordinate representation of color #D17626: hue angle of 28.07º 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 #D17626 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 38 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.18 |
| HSL | 28.07º | 0.69% | 0.48% | - |
| HSV(B) | 28.07º | 0.82% | 0.82% | - |
| XYZ | 33.12 | 26.65 | 5.23 | - |
| YUV | 136.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 38 | 0 | 0.44 | 0.82 | 0.18 | 28.07 | 0.69 | 0.48 |
| Hex | D1 | 76 | 26 | 0 | 2C | 52 | 12 | 1C | 45 | 30 |
| Octal | 321 | 166 | 46 | 0 | 54 | 122 | 22 | 34 | 105 | 60 |
| Binary | 11010001 | 1110110 | 100110 | 0 | 101100 | 1010010 | 10010 | 11100 | 1000101 | 110000 |
Color Harmonies of #D17626
Complementary color
Monochromatic Colors of #D17626
Black with #D17626
Text Example
Text Example
White with #D17626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17626; }
p { color: rgb(209,118,38); }
H1.HeaderClassName
{
color: #D17626;
}
.AnyTagClassName
{
color: #D17626;
}
</style>
background-color css
<style>
a { background-color: #D17626; }
a { background-color: rgb(209,118,38); }
div.DivClassName
{
background-color: #D17626;
}
.BgClassName
{
background-color: #D17626;
}
</style>
border-color css
<style>
span { border-color: #D17626; }
span { border-color: rgb(209,118,38); }
td.TdClassName
{
border-color: #D17626;
}
.TagClassName
{
border-color: #D17626;
}
</style>