Shades of Ochre #DD7A15
Tints of Ochre #DD7A15
RGB
CMYK
RGB Variations
Color information
#DD7A15 (or 0xDD7A15) is known color: Ochre. HEX triplet: DD, 7A and 15. RGB value is (221,122,21). Sum of RGB (Red+Green+Blue) = 221+122+21=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A15 is #2285EA. Grayscale: #8C8C8C. Windows color (decimal): -2262507 or 1407709. OLE color: 1407709.
HSL color Cylindrical-coordinate representation of color #DD7A15: hue angle of 30.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7A15 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.13 |
| HSL | 30.3º | 0.83% | 0.47% | - |
| HSV(B) | 30.3º | 0.9% | 0.87% | - |
| XYZ | 36.91 | 29.35 | 4.43 | - |
| YUV | 140.09 | 60.8 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 21 | 0 | 0.45 | 0.90 | 0.13 | 30.3 | 0.83 | 0.47 |
| Hex | DD | 7A | 15 | 0 | 2D | 5A | D | 1E | 53 | 2F |
| Octal | 335 | 172 | 25 | 0 | 55 | 132 | 15 | 36 | 123 | 57 |
| Binary | 11011101 | 1111010 | 10101 | 0 | 101101 | 1011010 | 1101 | 11110 | 1010011 | 101111 |
Color Harmonies of #DD7A15
Complementary color
Monochromatic Colors of #DD7A15
Black with #DD7A15
Text Example
Text Example
White with #DD7A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A15; }
p { color: rgb(221,122,21); }
H1.HeaderClassName
{
color: #DD7A15;
}
.AnyTagClassName
{
color: #DD7A15;
}
</style>
background-color css
<style>
a { background-color: #DD7A15; }
a { background-color: rgb(221,122,21); }
div.DivClassName
{
background-color: #DD7A15;
}
.BgClassName
{
background-color: #DD7A15;
}
</style>
border-color css
<style>
span { border-color: #DD7A15; }
span { border-color: rgb(221,122,21); }
td.TdClassName
{
border-color: #DD7A15;
}
.TagClassName
{
border-color: #DD7A15;
}
</style>