Shades of Ochre #DD7816
Tints of Ochre #DD7816
RGB
CMYK
RGB Variations
Color information
#DD7816 (or 0xDD7816) is known color: Ochre. HEX triplet: DD, 78 and 16. RGB value is (221,120,22). Sum of RGB (Red+Green+Blue) = 221+120+22=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7816 is #2287E9. Grayscale: #8B8B8B. Windows color (decimal): -2263018 or 1472733. OLE color: 1472733.
HSL color Cylindrical-coordinate representation of color #DD7816: hue angle of 29.55º 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 #DD7816 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.13 |
| HSL | 29.55º | 0.82% | 0.48% | - |
| HSV(B) | 29.55º | 0.9% | 0.87% | - |
| XYZ | 36.68 | 28.86 | 4.4 | - |
| YUV | 139.03 | 61.96 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 22 | 0 | 0.46 | 0.90 | 0.13 | 29.55 | 0.82 | 0.48 |
| Hex | DD | 78 | 16 | 0 | 2E | 5A | D | 1E | 52 | 30 |
| Octal | 335 | 170 | 26 | 0 | 56 | 132 | 15 | 36 | 122 | 60 |
| Binary | 11011101 | 1111000 | 10110 | 0 | 101110 | 1011010 | 1101 | 11110 | 1010010 | 110000 |
Color Harmonies of #DD7816
Complementary color
Monochromatic Colors of #DD7816
Black with #DD7816
Text Example
Text Example
White with #DD7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7816; }
p { color: rgb(221,120,22); }
H1.HeaderClassName
{
color: #DD7816;
}
.AnyTagClassName
{
color: #DD7816;
}
</style>
background-color css
<style>
a { background-color: #DD7816; }
a { background-color: rgb(221,120,22); }
div.DivClassName
{
background-color: #DD7816;
}
.BgClassName
{
background-color: #DD7816;
}
</style>
border-color css
<style>
span { border-color: #DD7816; }
span { border-color: rgb(221,120,22); }
td.TdClassName
{
border-color: #DD7816;
}
.TagClassName
{
border-color: #DD7816;
}
</style>