Shades of Ochre #DD8212
Tints of Ochre #DD8212
RGB
CMYK
RGB Variations
Color information
#DD8212 (or 0xDD8212) is known color: Ochre. HEX triplet: DD, 82 and 12. RGB value is (221,130,18). Sum of RGB (Red+Green+Blue) = 221+130+18=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8212 is #227DED. Grayscale: #909090. Windows color (decimal): -2260462 or 1213149. OLE color: 1213149.
HSL color Cylindrical-coordinate representation of color #DD8212: hue angle of 33.1º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD8212 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.13 |
| HSL | 33.1º | 0.85% | 0.47% | - |
| HSV(B) | 33.1º | 0.92% | 0.87% | - |
| XYZ | 37.91 | 31.38 | 4.63 | - |
| YUV | 144.44 | 56.65 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 18 | 0 | 0.41 | 0.92 | 0.13 | 33.1 | 0.85 | 0.47 |
| Hex | DD | 82 | 12 | 0 | 29 | 5C | D | 21 | 55 | 2F |
| Octal | 335 | 202 | 22 | 0 | 51 | 134 | 15 | 41 | 125 | 57 |
| Binary | 11011101 | 10000010 | 10010 | 0 | 101001 | 1011100 | 1101 | 100001 | 1010101 | 101111 |
Color Harmonies of #DD8212
Complementary color
Monochromatic Colors of #DD8212
Black with #DD8212
Text Example
Text Example
White with #DD8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8212; }
p { color: rgb(221,130,18); }
H1.HeaderClassName
{
color: #DD8212;
}
.AnyTagClassName
{
color: #DD8212;
}
</style>
background-color css
<style>
a { background-color: #DD8212; }
a { background-color: rgb(221,130,18); }
div.DivClassName
{
background-color: #DD8212;
}
.BgClassName
{
background-color: #DD8212;
}
</style>
border-color css
<style>
span { border-color: #DD8212; }
span { border-color: rgb(221,130,18); }
td.TdClassName
{
border-color: #DD8212;
}
.TagClassName
{
border-color: #DD8212;
}
</style>