Shades of Ochre #DD821C
Tints of Ochre #DD821C
RGB
CMYK
RGB Variations
Color information
#DD821C (or 0xDD821C) is known color: Ochre. HEX triplet: DD, 82 and 1C. RGB value is (221,130,28). Sum of RGB (Red+Green+Blue) = 221+130+28=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD821C is #227DE3. Grayscale: #929292. Windows color (decimal): -2260452 or 1868509. OLE color: 1868509.
HSL color Cylindrical-coordinate representation of color #DD821C: hue angle of 31.71º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD821C is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 28 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.13 |
| HSL | 31.71º | 0.78% | 0.49% | - |
| HSV(B) | 31.71º | 0.87% | 0.87% | - |
| XYZ | 38.01 | 31.42 | 5.16 | - |
| YUV | 145.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 28 | 0 | 0.41 | 0.87 | 0.13 | 31.71 | 0.78 | 0.49 |
| Hex | DD | 82 | 1C | 0 | 29 | 57 | D | 20 | 4E | 31 |
| Octal | 335 | 202 | 34 | 0 | 51 | 127 | 15 | 40 | 116 | 61 |
| Binary | 11011101 | 10000010 | 11100 | 0 | 101001 | 1010111 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DD821C
Complementary color
Monochromatic Colors of #DD821C
Black with #DD821C
Text Example
Text Example
White with #DD821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD821C; }
p { color: rgb(221,130,28); }
H1.HeaderClassName
{
color: #DD821C;
}
.AnyTagClassName
{
color: #DD821C;
}
</style>
background-color css
<style>
a { background-color: #DD821C; }
a { background-color: rgb(221,130,28); }
div.DivClassName
{
background-color: #DD821C;
}
.BgClassName
{
background-color: #DD821C;
}
</style>
border-color css
<style>
span { border-color: #DD821C; }
span { border-color: rgb(221,130,28); }
td.TdClassName
{
border-color: #DD821C;
}
.TagClassName
{
border-color: #DD821C;
}
</style>