Shades of Dixie #DB8530
Tints of Dixie #DB8530
RGB
CMYK
RGB Variations
Color information
#DB8530 (or 0xDB8530) is known color: Dixie. HEX triplet: DB, 85 and 30. RGB value is (219,133,48). Sum of RGB (Red+Green+Blue) = 219+133+48=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8530 is #247ACF. Grayscale: #959595. Windows color (decimal): -2390736 or 3179995. OLE color: 3179995.
HSL color Cylindrical-coordinate representation of color #DB8530: hue angle of 29.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8530 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 48 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.14 |
| HSL | 29.82º | 0.7% | 0.52% | - |
| HSV(B) | 29.82º | 0.78% | 0.86% | - |
| XYZ | 38.13 | 32.05 | 6.97 | - |
| YUV | 149.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 48 | 0 | 0.39 | 0.78 | 0.14 | 29.82 | 0.7 | 0.52 |
| Hex | DB | 85 | 30 | 0 | 27 | 4E | E | 1E | 46 | 34 |
| Octal | 333 | 205 | 60 | 0 | 47 | 116 | 16 | 36 | 106 | 64 |
| Binary | 11011011 | 10000101 | 110000 | 0 | 100111 | 1001110 | 1110 | 11110 | 1000110 | 110100 |
Color Harmonies of #DB8530
Complementary color
Monochromatic Colors of #DB8530
Black with #DB8530
Text Example
Text Example
White with #DB8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8530; }
p { color: rgb(219,133,48); }
H1.HeaderClassName
{
color: #DB8530;
}
.AnyTagClassName
{
color: #DB8530;
}
</style>
background-color css
<style>
a { background-color: #DB8530; }
a { background-color: rgb(219,133,48); }
div.DivClassName
{
background-color: #DB8530;
}
.BgClassName
{
background-color: #DB8530;
}
</style>
border-color css
<style>
span { border-color: #DB8530; }
span { border-color: rgb(219,133,48); }
td.TdClassName
{
border-color: #DB8530;
}
.TagClassName
{
border-color: #DB8530;
}
</style>