Shades of Ochre #DD7F16
Tints of Ochre #DD7F16
RGB
CMYK
RGB Variations
Color information
#DD7F16 (or 0xDD7F16) is known color: Ochre. HEX triplet: DD, 7F and 16. RGB value is (221,127,22). Sum of RGB (Red+Green+Blue) = 221+127+22=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F16 is #2280E9. Grayscale: #8F8F8F. Windows color (decimal): -2261226 or 1474525. OLE color: 1474525.
HSL color Cylindrical-coordinate representation of color #DD7F16: hue angle of 31.66º 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 #DD7F16 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.13 |
| HSL | 31.66º | 0.82% | 0.48% | - |
| HSV(B) | 31.66º | 0.9% | 0.87% | - |
| XYZ | 37.55 | 30.61 | 4.69 | - |
| YUV | 143.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 22 | 0 | 0.43 | 0.90 | 0.13 | 31.66 | 0.82 | 0.48 |
| Hex | DD | 7F | 16 | 0 | 2B | 5A | D | 20 | 52 | 30 |
| Octal | 335 | 177 | 26 | 0 | 53 | 132 | 15 | 40 | 122 | 60 |
| Binary | 11011101 | 1111111 | 10110 | 0 | 101011 | 1011010 | 1101 | 100000 | 1010010 | 110000 |
Color Harmonies of #DD7F16
Complementary color
Monochromatic Colors of #DD7F16
Black with #DD7F16
Text Example
Text Example
White with #DD7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F16; }
p { color: rgb(221,127,22); }
H1.HeaderClassName
{
color: #DD7F16;
}
.AnyTagClassName
{
color: #DD7F16;
}
</style>
background-color css
<style>
a { background-color: #DD7F16; }
a { background-color: rgb(221,127,22); }
div.DivClassName
{
background-color: #DD7F16;
}
.BgClassName
{
background-color: #DD7F16;
}
</style>
border-color css
<style>
span { border-color: #DD7F16; }
span { border-color: rgb(221,127,22); }
td.TdClassName
{
border-color: #DD7F16;
}
.TagClassName
{
border-color: #DD7F16;
}
</style>