Shades of Dixie #DB872E
Tints of Dixie #DB872E
RGB
CMYK
RGB Variations
Color information
#DB872E (or 0xDB872E) is known color: Dixie. HEX triplet: DB, 87 and 2E. RGB value is (219,135,46). Sum of RGB (Red+Green+Blue) = 219+135+46=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB872E is #2478D1. Grayscale: #969696. Windows color (decimal): -2390226 or 3049435. OLE color: 3049435.
HSL color Cylindrical-coordinate representation of color #DB872E: hue angle of 30.87º 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 #DB872E is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 46 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.14 |
| HSL | 30.87º | 0.71% | 0.52% | - |
| HSV(B) | 30.87º | 0.79% | 0.86% | - |
| XYZ | 38.37 | 32.59 | 6.85 | - |
| YUV | 149.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 46 | 0 | 0.38 | 0.79 | 0.14 | 30.87 | 0.71 | 0.52 |
| Hex | DB | 87 | 2E | 0 | 26 | 4F | E | 1F | 47 | 34 |
| Octal | 333 | 207 | 56 | 0 | 46 | 117 | 16 | 37 | 107 | 64 |
| Binary | 11011011 | 10000111 | 101110 | 0 | 100110 | 1001111 | 1110 | 11111 | 1000111 | 110100 |
Color Harmonies of #DB872E
Complementary color
Monochromatic Colors of #DB872E
Black with #DB872E
Text Example
Text Example
White with #DB872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB872E; }
p { color: rgb(219,135,46); }
H1.HeaderClassName
{
color: #DB872E;
}
.AnyTagClassName
{
color: #DB872E;
}
</style>
background-color css
<style>
a { background-color: #DB872E; }
a { background-color: rgb(219,135,46); }
div.DivClassName
{
background-color: #DB872E;
}
.BgClassName
{
background-color: #DB872E;
}
</style>
border-color css
<style>
span { border-color: #DB872E; }
span { border-color: rgb(219,135,46); }
td.TdClassName
{
border-color: #DB872E;
}
.TagClassName
{
border-color: #DB872E;
}
</style>