Shades of Dixie #DB8731
Tints of Dixie #DB8731
RGB
CMYK
RGB Variations
Color information
#DB8731 (or 0xDB8731) is known color: Dixie. HEX triplet: DB, 87 and 31. RGB value is (219,135,49). Sum of RGB (Red+Green+Blue) = 219+135+49=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8731 is #2478CE. Grayscale: #969696. Windows color (decimal): -2390223 or 3246043. OLE color: 3246043.
HSL color Cylindrical-coordinate representation of color #DB8731: hue angle of 30.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8731 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 49 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.14 |
| HSL | 30.35º | 0.7% | 0.53% | - |
| HSV(B) | 30.35º | 0.78% | 0.86% | - |
| XYZ | 38.43 | 32.61 | 7.17 | - |
| YUV | 150.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 49 | 0 | 0.38 | 0.78 | 0.14 | 30.35 | 0.7 | 0.53 |
| Hex | DB | 87 | 31 | 0 | 26 | 4E | E | 1E | 46 | 35 |
| Octal | 333 | 207 | 61 | 0 | 46 | 116 | 16 | 36 | 106 | 65 |
| Binary | 11011011 | 10000111 | 110001 | 0 | 100110 | 1001110 | 1110 | 11110 | 1000110 | 110101 |
Color Harmonies of #DB8731
Complementary color
Monochromatic Colors of #DB8731
Black with #DB8731
Text Example
Text Example
White with #DB8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8731; }
p { color: rgb(219,135,49); }
H1.HeaderClassName
{
color: #DB8731;
}
.AnyTagClassName
{
color: #DB8731;
}
</style>
background-color css
<style>
a { background-color: #DB8731; }
a { background-color: rgb(219,135,49); }
div.DivClassName
{
background-color: #DB8731;
}
.BgClassName
{
background-color: #DB8731;
}
</style>
border-color css
<style>
span { border-color: #DB8731; }
span { border-color: rgb(219,135,49); }
td.TdClassName
{
border-color: #DB8731;
}
.TagClassName
{
border-color: #DB8731;
}
</style>