Shades of Ochre #DD7C13
Tints of Ochre #DD7C13
RGB
CMYK
RGB Variations
Color information
#DD7C13 (or 0xDD7C13) is known color: Ochre. HEX triplet: DD, 7C and 13. RGB value is (221,124,19). Sum of RGB (Red+Green+Blue) = 221+124+19=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7C13 is #2283EC. Grayscale: #8D8D8D. Windows color (decimal): -2261997 or 1277149. OLE color: 1277149.
HSL color Cylindrical-coordinate representation of color #DD7C13: hue angle of 31.19º degrees, saturation: 0.84, 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 #DD7C13 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.13 |
| HSL | 31.19º | 0.84% | 0.47% | - |
| HSV(B) | 31.19º | 0.91% | 0.87% | - |
| XYZ | 37.14 | 29.83 | 4.42 | - |
| YUV | 141.03 | 59.14 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 19 | 0 | 0.44 | 0.91 | 0.13 | 31.19 | 0.84 | 0.47 |
| Hex | DD | 7C | 13 | 0 | 2C | 5B | D | 1F | 54 | 2F |
| Octal | 335 | 174 | 23 | 0 | 54 | 133 | 15 | 37 | 124 | 57 |
| Binary | 11011101 | 1111100 | 10011 | 0 | 101100 | 1011011 | 1101 | 11111 | 1010100 | 101111 |
Color Harmonies of #DD7C13
Complementary color
Monochromatic Colors of #DD7C13
Black with #DD7C13
Text Example
Text Example
White with #DD7C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C13; }
p { color: rgb(221,124,19); }
H1.HeaderClassName
{
color: #DD7C13;
}
.AnyTagClassName
{
color: #DD7C13;
}
</style>
background-color css
<style>
a { background-color: #DD7C13; }
a { background-color: rgb(221,124,19); }
div.DivClassName
{
background-color: #DD7C13;
}
.BgClassName
{
background-color: #DD7C13;
}
</style>
border-color css
<style>
span { border-color: #DD7C13; }
span { border-color: rgb(221,124,19); }
td.TdClassName
{
border-color: #DD7C13;
}
.TagClassName
{
border-color: #DD7C13;
}
</style>