Shades of Dixie #DB852B
Tints of Dixie #DB852B
RGB
CMYK
RGB Variations
Color information
#DB852B (or 0xDB852B) is known color: Dixie. HEX triplet: DB, 85 and 2B. RGB value is (219,133,43). Sum of RGB (Red+Green+Blue) = 219+133+43=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB852B is #247AD4. Grayscale: #949494. Windows color (decimal): -2390741 or 2852315. OLE color: 2852315.
HSL color Cylindrical-coordinate representation of color #DB852B: hue angle of 30.68º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB852B is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 43 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.14 |
| HSL | 30.68º | 0.71% | 0.51% | - |
| HSV(B) | 30.68º | 0.8% | 0.86% | - |
| XYZ | 38.04 | 32.01 | 6.46 | - |
| YUV | 148.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 43 | 0 | 0.39 | 0.80 | 0.14 | 30.68 | 0.71 | 0.51 |
| Hex | DB | 85 | 2B | 0 | 27 | 50 | E | 1F | 47 | 33 |
| Octal | 333 | 205 | 53 | 0 | 47 | 120 | 16 | 37 | 107 | 63 |
| Binary | 11011011 | 10000101 | 101011 | 0 | 100111 | 1010000 | 1110 | 11111 | 1000111 | 110011 |
Color Harmonies of #DB852B
Complementary color
Monochromatic Colors of #DB852B
Black with #DB852B
Text Example
Text Example
White with #DB852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB852B; }
p { color: rgb(219,133,43); }
H1.HeaderClassName
{
color: #DB852B;
}
.AnyTagClassName
{
color: #DB852B;
}
</style>
background-color css
<style>
a { background-color: #DB852B; }
a { background-color: rgb(219,133,43); }
div.DivClassName
{
background-color: #DB852B;
}
.BgClassName
{
background-color: #DB852B;
}
</style>
border-color css
<style>
span { border-color: #DB852B; }
span { border-color: rgb(219,133,43); }
td.TdClassName
{
border-color: #DB852B;
}
.TagClassName
{
border-color: #DB852B;
}
</style>