Shades of Ochre #DD8016
Tints of Ochre #DD8016
RGB
CMYK
RGB Variations
Color information
#DD8016 (or 0xDD8016) is known color: Ochre. HEX triplet: DD, 80 and 16. RGB value is (221,128,22). Sum of RGB (Red+Green+Blue) = 221+128+22=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8016 is #227FE9. Grayscale: #909090. Windows color (decimal): -2260970 or 1474781. OLE color: 1474781.
HSL color Cylindrical-coordinate representation of color #DD8016: hue angle of 31.96º 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 #DD8016 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.13 |
| HSL | 31.96º | 0.82% | 0.48% | - |
| HSV(B) | 31.96º | 0.9% | 0.87% | - |
| XYZ | 37.68 | 30.87 | 4.73 | - |
| YUV | 143.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 22 | 0 | 0.42 | 0.90 | 0.13 | 31.96 | 0.82 | 0.48 |
| Hex | DD | 80 | 16 | 0 | 2A | 5A | D | 20 | 52 | 30 |
| Octal | 335 | 200 | 26 | 0 | 52 | 132 | 15 | 40 | 122 | 60 |
| Binary | 11011101 | 10000000 | 10110 | 0 | 101010 | 1011010 | 1101 | 100000 | 1010010 | 110000 |
Color Harmonies of #DD8016
Complementary color
Monochromatic Colors of #DD8016
Black with #DD8016
Text Example
Text Example
White with #DD8016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8016; }
p { color: rgb(221,128,22); }
H1.HeaderClassName
{
color: #DD8016;
}
.AnyTagClassName
{
color: #DD8016;
}
</style>
background-color css
<style>
a { background-color: #DD8016; }
a { background-color: rgb(221,128,22); }
div.DivClassName
{
background-color: #DD8016;
}
.BgClassName
{
background-color: #DD8016;
}
</style>
border-color css
<style>
span { border-color: #DD8016; }
span { border-color: rgb(221,128,22); }
td.TdClassName
{
border-color: #DD8016;
}
.TagClassName
{
border-color: #DD8016;
}
</style>