Shades of Dixie #DB822D
Tints of Dixie #DB822D
RGB
CMYK
RGB Variations
Color information
#DB822D (or 0xDB822D) is known color: Dixie. HEX triplet: DB, 82 and 2D. RGB value is (219,130,45). Sum of RGB (Red+Green+Blue) = 219+130+45=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB822D is #247DD2. Grayscale: #939393. Windows color (decimal): -2391507 or 2982619. OLE color: 2982619.
HSL color Cylindrical-coordinate representation of color #DB822D: hue angle of 29.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB822D is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 45 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.14 |
| HSL | 29.31º | 0.71% | 0.52% | - |
| HSV(B) | 29.31º | 0.79% | 0.86% | - |
| XYZ | 37.67 | 31.21 | 6.52 | - |
| YUV | 146.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 45 | 0 | 0.41 | 0.79 | 0.14 | 29.31 | 0.71 | 0.52 |
| Hex | DB | 82 | 2D | 0 | 29 | 4F | E | 1D | 47 | 34 |
| Octal | 333 | 202 | 55 | 0 | 51 | 117 | 16 | 35 | 107 | 64 |
| Binary | 11011011 | 10000010 | 101101 | 0 | 101001 | 1001111 | 1110 | 11101 | 1000111 | 110100 |
Color Harmonies of #DB822D
Complementary color
Monochromatic Colors of #DB822D
Black with #DB822D
Text Example
Text Example
White with #DB822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB822D; }
p { color: rgb(219,130,45); }
H1.HeaderClassName
{
color: #DB822D;
}
.AnyTagClassName
{
color: #DB822D;
}
</style>
background-color css
<style>
a { background-color: #DB822D; }
a { background-color: rgb(219,130,45); }
div.DivClassName
{
background-color: #DB822D;
}
.BgClassName
{
background-color: #DB822D;
}
</style>
border-color css
<style>
span { border-color: #DB822D; }
span { border-color: rgb(219,130,45); }
td.TdClassName
{
border-color: #DB822D;
}
.TagClassName
{
border-color: #DB822D;
}
</style>