Shades of Ochre #DD8116
Tints of Ochre #DD8116
RGB
CMYK
RGB Variations
Color information
#DD8116 (or 0xDD8116) is known color: Ochre. HEX triplet: DD, 81 and 16. RGB value is (221,129,22). Sum of RGB (Red+Green+Blue) = 221+129+22=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8116 is #227EE9. Grayscale: #909090. Windows color (decimal): -2260714 or 1475037. OLE color: 1475037.
HSL color Cylindrical-coordinate representation of color #DD8116: hue angle of 32.26º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8116 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.13 |
| HSL | 32.26º | 0.82% | 0.48% | - |
| HSV(B) | 32.26º | 0.9% | 0.87% | - |
| XYZ | 37.81 | 31.13 | 4.77 | - |
| YUV | 144.31 | 58.98 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 22 | 0 | 0.42 | 0.90 | 0.13 | 32.26 | 0.82 | 0.48 |
| Hex | DD | 81 | 16 | 0 | 2A | 5A | D | 20 | 52 | 30 |
| Octal | 335 | 201 | 26 | 0 | 52 | 132 | 15 | 40 | 122 | 60 |
| Binary | 11011101 | 10000001 | 10110 | 0 | 101010 | 1011010 | 1101 | 100000 | 1010010 | 110000 |
Color Harmonies of #DD8116
Complementary color
Monochromatic Colors of #DD8116
Black with #DD8116
Text Example
Text Example
White with #DD8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8116; }
p { color: rgb(221,129,22); }
H1.HeaderClassName
{
color: #DD8116;
}
.AnyTagClassName
{
color: #DD8116;
}
</style>
background-color css
<style>
a { background-color: #DD8116; }
a { background-color: rgb(221,129,22); }
div.DivClassName
{
background-color: #DD8116;
}
.BgClassName
{
background-color: #DD8116;
}
</style>
border-color css
<style>
span { border-color: #DD8116; }
span { border-color: rgb(221,129,22); }
td.TdClassName
{
border-color: #DD8116;
}
.TagClassName
{
border-color: #DD8116;
}
</style>