Shades of Ochre #DD831C
Tints of Ochre #DD831C
RGB
CMYK
RGB Variations
Color information
#DD831C (or 0xDD831C) is known color: Ochre. HEX triplet: DD, 83 and 1C. RGB value is (221,131,28). Sum of RGB (Red+Green+Blue) = 221+131+28=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD831C is #227CE3. Grayscale: #929292. Windows color (decimal): -2260196 or 1868765. OLE color: 1868765.
HSL color Cylindrical-coordinate representation of color #DD831C: hue angle of 32.02º 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 #DD831C is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 28 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.13 |
| HSL | 32.02º | 0.78% | 0.49% | - |
| HSV(B) | 32.02º | 0.87% | 0.87% | - |
| XYZ | 38.14 | 31.69 | 5.2 | - |
| YUV | 146.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 28 | 0 | 0.41 | 0.87 | 0.13 | 32.02 | 0.78 | 0.49 |
| Hex | DD | 83 | 1C | 0 | 29 | 57 | D | 20 | 4E | 31 |
| Octal | 335 | 203 | 34 | 0 | 51 | 127 | 15 | 40 | 116 | 61 |
| Binary | 11011101 | 10000011 | 11100 | 0 | 101001 | 1010111 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DD831C
Complementary color
Monochromatic Colors of #DD831C
Black with #DD831C
Text Example
Text Example
White with #DD831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD831C; }
p { color: rgb(221,131,28); }
H1.HeaderClassName
{
color: #DD831C;
}
.AnyTagClassName
{
color: #DD831C;
}
</style>
background-color css
<style>
a { background-color: #DD831C; }
a { background-color: rgb(221,131,28); }
div.DivClassName
{
background-color: #DD831C;
}
.BgClassName
{
background-color: #DD831C;
}
</style>
border-color css
<style>
span { border-color: #DD831C; }
span { border-color: rgb(221,131,28); }
td.TdClassName
{
border-color: #DD831C;
}
.TagClassName
{
border-color: #DD831C;
}
</style>