Shades of Dixie #D7872B
Tints of Dixie #D7872B
RGB
CMYK
RGB Variations
Color information
#D7872B (or 0xD7872B) is known color: Dixie. HEX triplet: D7, 87 and 2B. RGB value is (215,135,43). Sum of RGB (Red+Green+Blue) = 215+135+43=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7872B is #2878D4. Grayscale: #949494. Windows color (decimal): -2652373 or 2852823. OLE color: 2852823.
HSL color Cylindrical-coordinate representation of color #D7872B: hue angle of 32.09º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7872B is Cyan = 0, Magento = 0.37, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 43 | - |
| CMYK | 0 | 0.37 | 0.8 | 0.16 |
| HSL | 32.09º | 0.68% | 0.51% | - |
| HSV(B) | 32.09º | 0.8% | 0.84% | - |
| XYZ | 37.12 | 31.95 | 6.5 | - |
| YUV | 148.43 | 68.5 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 43 | 0 | 0.37 | 0.8 | 0.16 | 32.09 | 0.68 | 0.51 |
| Hex | D7 | 87 | 2B | 0 | 25 | 50 | 10 | 20 | 44 | 33 |
| Octal | 327 | 207 | 53 | 0 | 45 | 120 | 20 | 40 | 104 | 63 |
| Binary | 11010111 | 10000111 | 101011 | 0 | 100101 | 1010000 | 10000 | 100000 | 1000100 | 110011 |
Color Harmonies of #D7872B
Complementary color
Monochromatic Colors of #D7872B
Black with #D7872B
Text Example
Text Example
White with #D7872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7872B; }
p { color: rgb(215,135,43); }
H1.HeaderClassName
{
color: #D7872B;
}
.AnyTagClassName
{
color: #D7872B;
}
</style>
background-color css
<style>
a { background-color: #D7872B; }
a { background-color: rgb(215,135,43); }
div.DivClassName
{
background-color: #D7872B;
}
.BgClassName
{
background-color: #D7872B;
}
</style>
border-color css
<style>
span { border-color: #D7872B; }
span { border-color: rgb(215,135,43); }
td.TdClassName
{
border-color: #D7872B;
}
.TagClassName
{
border-color: #D7872B;
}
</style>