Shades of Ochre #DD7A14
Tints of Ochre #DD7A14
RGB
CMYK
RGB Variations
Color information
#DD7A14 (or 0xDD7A14) is known color: Ochre. HEX triplet: DD, 7A and 14. RGB value is (221,122,20). Sum of RGB (Red+Green+Blue) = 221+122+20=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A14 is #2285EB. Grayscale: #8C8C8C. Windows color (decimal): -2262508 or 1342173. OLE color: 1342173.
HSL color Cylindrical-coordinate representation of color #DD7A14: hue angle of 30.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD7A14 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.13 |
| HSL | 30.45º | 0.83% | 0.47% | - |
| HSV(B) | 30.45º | 0.91% | 0.87% | - |
| XYZ | 36.9 | 29.34 | 4.38 | - |
| YUV | 139.97 | 60.3 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 20 | 0 | 0.45 | 0.91 | 0.13 | 30.45 | 0.83 | 0.47 |
| Hex | DD | 7A | 14 | 0 | 2D | 5B | D | 1E | 53 | 2F |
| Octal | 335 | 172 | 24 | 0 | 55 | 133 | 15 | 36 | 123 | 57 |
| Binary | 11011101 | 1111010 | 10100 | 0 | 101101 | 1011011 | 1101 | 11110 | 1010011 | 101111 |
Color Harmonies of #DD7A14
Complementary color
Monochromatic Colors of #DD7A14
Black with #DD7A14
Text Example
Text Example
White with #DD7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A14; }
p { color: rgb(221,122,20); }
H1.HeaderClassName
{
color: #DD7A14;
}
.AnyTagClassName
{
color: #DD7A14;
}
</style>
background-color css
<style>
a { background-color: #DD7A14; }
a { background-color: rgb(221,122,20); }
div.DivClassName
{
background-color: #DD7A14;
}
.BgClassName
{
background-color: #DD7A14;
}
</style>
border-color css
<style>
span { border-color: #DD7A14; }
span { border-color: rgb(221,122,20); }
td.TdClassName
{
border-color: #DD7A14;
}
.TagClassName
{
border-color: #DD7A14;
}
</style>