Shades of Ochre #DD7A16
Tints of Ochre #DD7A16
RGB
CMYK
RGB Variations
Color information
#DD7A16 (or 0xDD7A16) is known color: Ochre. HEX triplet: DD, 7A and 16. RGB value is (221,122,22). Sum of RGB (Red+Green+Blue) = 221+122+22=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A16 is #2285E9. Grayscale: #8C8C8C. Windows color (decimal): -2262506 or 1473245. OLE color: 1473245.
HSL color Cylindrical-coordinate representation of color #DD7A16: hue angle of 30.15º 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 #DD7A16 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 22 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.13 |
| HSL | 30.15º | 0.82% | 0.48% | - |
| HSV(B) | 30.15º | 0.9% | 0.87% | - |
| XYZ | 36.92 | 29.35 | 4.48 | - |
| YUV | 140.2 | 61.3 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 22 | 0 | 0.45 | 0.90 | 0.13 | 30.15 | 0.82 | 0.48 |
| Hex | DD | 7A | 16 | 0 | 2D | 5A | D | 1E | 52 | 30 |
| Octal | 335 | 172 | 26 | 0 | 55 | 132 | 15 | 36 | 122 | 60 |
| Binary | 11011101 | 1111010 | 10110 | 0 | 101101 | 1011010 | 1101 | 11110 | 1010010 | 110000 |
Color Harmonies of #DD7A16
Complementary color
Monochromatic Colors of #DD7A16
Black with #DD7A16
Text Example
Text Example
White with #DD7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A16; }
p { color: rgb(221,122,22); }
H1.HeaderClassName
{
color: #DD7A16;
}
.AnyTagClassName
{
color: #DD7A16;
}
</style>
background-color css
<style>
a { background-color: #DD7A16; }
a { background-color: rgb(221,122,22); }
div.DivClassName
{
background-color: #DD7A16;
}
.BgClassName
{
background-color: #DD7A16;
}
</style>
border-color css
<style>
span { border-color: #DD7A16; }
span { border-color: rgb(221,122,22); }
td.TdClassName
{
border-color: #DD7A16;
}
.TagClassName
{
border-color: #DD7A16;
}
</style>