Shades of Ochre #DD7F15
Tints of Ochre #DD7F15
RGB
CMYK
RGB Variations
Color information
#DD7F15 (or 0xDD7F15) is known color: Ochre. HEX triplet: DD, 7F and 15. RGB value is (221,127,21). Sum of RGB (Red+Green+Blue) = 221+127+21=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F15 is #2280EA. Grayscale: #8F8F8F. Windows color (decimal): -2261227 or 1408989. OLE color: 1408989.
HSL color Cylindrical-coordinate representation of color #DD7F15: hue angle of 31.8º 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 #DD7F15 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 21 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.13 |
| HSL | 31.8º | 0.83% | 0.47% | - |
| HSV(B) | 31.8º | 0.9% | 0.87% | - |
| XYZ | 37.54 | 30.61 | 4.64 | - |
| YUV | 143.02 | 59.14 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 21 | 0 | 0.43 | 0.90 | 0.13 | 31.8 | 0.83 | 0.47 |
| Hex | DD | 7F | 15 | 0 | 2B | 5A | D | 20 | 53 | 2F |
| Octal | 335 | 177 | 25 | 0 | 53 | 132 | 15 | 40 | 123 | 57 |
| Binary | 11011101 | 1111111 | 10101 | 0 | 101011 | 1011010 | 1101 | 100000 | 1010011 | 101111 |
Color Harmonies of #DD7F15
Complementary color
Monochromatic Colors of #DD7F15
Black with #DD7F15
Text Example
Text Example
White with #DD7F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F15; }
p { color: rgb(221,127,21); }
H1.HeaderClassName
{
color: #DD7F15;
}
.AnyTagClassName
{
color: #DD7F15;
}
</style>
background-color css
<style>
a { background-color: #DD7F15; }
a { background-color: rgb(221,127,21); }
div.DivClassName
{
background-color: #DD7F15;
}
.BgClassName
{
background-color: #DD7F15;
}
</style>
border-color css
<style>
span { border-color: #DD7F15; }
span { border-color: rgb(221,127,21); }
td.TdClassName
{
border-color: #DD7F15;
}
.TagClassName
{
border-color: #DD7F15;
}
</style>