Shades of Ochre #DD821B
Tints of Ochre #DD821B
RGB
CMYK
RGB Variations
Color information
#DD821B (or 0xDD821B) is known color: Ochre. HEX triplet: DD, 82 and 1B. RGB value is (221,130,27). Sum of RGB (Red+Green+Blue) = 221+130+27=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD821B is #227DE4. Grayscale: #919191. Windows color (decimal): -2260453 or 1802973. OLE color: 1802973.
HSL color Cylindrical-coordinate representation of color #DD821B: hue angle of 31.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD821B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 27 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.13 |
| HSL | 31.86º | 0.78% | 0.49% | - |
| HSV(B) | 31.86º | 0.88% | 0.87% | - |
| XYZ | 38 | 31.42 | 5.1 | - |
| YUV | 145.47 | 61.15 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 27 | 0 | 0.41 | 0.88 | 0.13 | 31.86 | 0.78 | 0.49 |
| Hex | DD | 82 | 1B | 0 | 29 | 58 | D | 20 | 4E | 31 |
| Octal | 335 | 202 | 33 | 0 | 51 | 130 | 15 | 40 | 116 | 61 |
| Binary | 11011101 | 10000010 | 11011 | 0 | 101001 | 1011000 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DD821B
Complementary color
Monochromatic Colors of #DD821B
Black with #DD821B
Text Example
Text Example
White with #DD821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD821B; }
p { color: rgb(221,130,27); }
H1.HeaderClassName
{
color: #DD821B;
}
.AnyTagClassName
{
color: #DD821B;
}
</style>
background-color css
<style>
a { background-color: #DD821B; }
a { background-color: rgb(221,130,27); }
div.DivClassName
{
background-color: #DD821B;
}
.BgClassName
{
background-color: #DD821B;
}
</style>
border-color css
<style>
span { border-color: #DD821B; }
span { border-color: rgb(221,130,27); }
td.TdClassName
{
border-color: #DD821B;
}
.TagClassName
{
border-color: #DD821B;
}
</style>