Shades of Ochre #DB821C
Tints of Ochre #DB821C
RGB
CMYK
RGB Variations
Color information
#DB821C (or 0xDB821C) is known color: Ochre. HEX triplet: DB, 82 and 1C. RGB value is (219,130,28). Sum of RGB (Red+Green+Blue) = 219+130+28=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB821C is #247DE3. Grayscale: #919191. Windows color (decimal): -2391524 or 1868507. OLE color: 1868507.
HSL color Cylindrical-coordinate representation of color #DB821C: hue angle of 32.04º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB821C is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 28 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.14 |
| HSL | 32.04º | 0.77% | 0.48% | - |
| HSV(B) | 32.04º | 0.87% | 0.86% | - |
| XYZ | 37.41 | 31.11 | 5.13 | - |
| YUV | 144.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 28 | 0 | 0.41 | 0.87 | 0.14 | 32.04 | 0.77 | 0.48 |
| Hex | DB | 82 | 1C | 0 | 29 | 57 | E | 20 | 4D | 30 |
| Octal | 333 | 202 | 34 | 0 | 51 | 127 | 16 | 40 | 115 | 60 |
| Binary | 11011011 | 10000010 | 11100 | 0 | 101001 | 1010111 | 1110 | 100000 | 1001101 | 110000 |
Color Harmonies of #DB821C
Complementary color
Monochromatic Colors of #DB821C
Black with #DB821C
Text Example
Text Example
White with #DB821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB821C; }
p { color: rgb(219,130,28); }
H1.HeaderClassName
{
color: #DB821C;
}
.AnyTagClassName
{
color: #DB821C;
}
</style>
background-color css
<style>
a { background-color: #DB821C; }
a { background-color: rgb(219,130,28); }
div.DivClassName
{
background-color: #DB821C;
}
.BgClassName
{
background-color: #DB821C;
}
</style>
border-color css
<style>
span { border-color: #DB821C; }
span { border-color: rgb(219,130,28); }
td.TdClassName
{
border-color: #DB821C;
}
.TagClassName
{
border-color: #DB821C;
}
</style>