Shades of Ochre #DD8213
Tints of Ochre #DD8213
RGB
CMYK
RGB Variations
Color information
#DD8213 (or 0xDD8213) is known color: Ochre. HEX triplet: DD, 82 and 13. RGB value is (221,130,19). Sum of RGB (Red+Green+Blue) = 221+130+19=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8213 is #227DEC. Grayscale: #919191. Windows color (decimal): -2260461 or 1278685. OLE color: 1278685.
HSL color Cylindrical-coordinate representation of color #DD8213: hue angle of 32.97º 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 #DD8213 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.13 |
| HSL | 32.97º | 0.84% | 0.47% | - |
| HSV(B) | 32.97º | 0.91% | 0.87% | - |
| XYZ | 37.92 | 31.38 | 4.68 | - |
| YUV | 144.56 | 57.15 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 19 | 0 | 0.41 | 0.91 | 0.13 | 32.97 | 0.84 | 0.47 |
| Hex | DD | 82 | 13 | 0 | 29 | 5B | D | 21 | 54 | 2F |
| Octal | 335 | 202 | 23 | 0 | 51 | 133 | 15 | 41 | 124 | 57 |
| Binary | 11011101 | 10000010 | 10011 | 0 | 101001 | 1011011 | 1101 | 100001 | 1010100 | 101111 |
Color Harmonies of #DD8213
Complementary color
Monochromatic Colors of #DD8213
Black with #DD8213
Text Example
Text Example
White with #DD8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8213; }
p { color: rgb(221,130,19); }
H1.HeaderClassName
{
color: #DD8213;
}
.AnyTagClassName
{
color: #DD8213;
}
</style>
background-color css
<style>
a { background-color: #DD8213; }
a { background-color: rgb(221,130,19); }
div.DivClassName
{
background-color: #DD8213;
}
.BgClassName
{
background-color: #DD8213;
}
</style>
border-color css
<style>
span { border-color: #DD8213; }
span { border-color: rgb(221,130,19); }
td.TdClassName
{
border-color: #DD8213;
}
.TagClassName
{
border-color: #DD8213;
}
</style>