Shades of Dixie #DB8427
Tints of Dixie #DB8427
RGB
CMYK
RGB Variations
Color information
#DB8427 (or 0xDB8427) is known color: Dixie. HEX triplet: DB, 84 and 27. RGB value is (219,132,39). Sum of RGB (Red+Green+Blue) = 219+132+39=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8427 is #247BD8. Grayscale: #939393. Windows color (decimal): -2391001 or 2589915. OLE color: 2589915.
HSL color Cylindrical-coordinate representation of color #DB8427: hue angle of 31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB8427 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 39 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.14 |
| HSL | 31º | 0.71% | 0.51% | - |
| HSV(B) | 31º | 0.82% | 0.86% | - |
| XYZ | 37.83 | 31.71 | 6.05 | - |
| YUV | 147.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 39 | 0 | 0.40 | 0.82 | 0.14 | 31 | 0.71 | 0.51 |
| Hex | DB | 84 | 27 | 0 | 28 | 52 | E | 1F | 47 | 33 |
| Octal | 333 | 204 | 47 | 0 | 50 | 122 | 16 | 37 | 107 | 63 |
| Binary | 11011011 | 10000100 | 100111 | 0 | 101000 | 1010010 | 1110 | 11111 | 1000111 | 110011 |
Color Harmonies of #DB8427
Complementary color
Monochromatic Colors of #DB8427
Black with #DB8427
Text Example
Text Example
White with #DB8427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8427; }
p { color: rgb(219,132,39); }
H1.HeaderClassName
{
color: #DB8427;
}
.AnyTagClassName
{
color: #DB8427;
}
</style>
background-color css
<style>
a { background-color: #DB8427; }
a { background-color: rgb(219,132,39); }
div.DivClassName
{
background-color: #DB8427;
}
.BgClassName
{
background-color: #DB8427;
}
</style>
border-color css
<style>
span { border-color: #DB8427; }
span { border-color: rgb(219,132,39); }
td.TdClassName
{
border-color: #DB8427;
}
.TagClassName
{
border-color: #DB8427;
}
</style>