Shades of Dixie #D7882B
Tints of Dixie #D7882B
RGB
CMYK
RGB Variations
Color information
#D7882B (or 0xD7882B) is known color: Dixie. HEX triplet: D7, 88 and 2B. RGB value is (215,136,43). Sum of RGB (Red+Green+Blue) = 215+136+43=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7882B is #2877D4. Grayscale: #959595. Windows color (decimal): -2652117 or 2853079. OLE color: 2853079.
HSL color Cylindrical-coordinate representation of color #D7882B: hue angle of 32.44º 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 #D7882B is Cyan = 0, Magento = 0.37, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 43 | - |
| CMYK | 0 | 0.37 | 0.8 | 0.16 |
| HSL | 32.44º | 0.68% | 0.51% | - |
| HSV(B) | 32.44º | 0.8% | 0.84% | - |
| XYZ | 37.26 | 32.23 | 6.54 | - |
| YUV | 149.02 | 68.17 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 43 | 0 | 0.37 | 0.8 | 0.16 | 32.44 | 0.68 | 0.51 |
| Hex | D7 | 88 | 2B | 0 | 25 | 50 | 10 | 20 | 44 | 33 |
| Octal | 327 | 210 | 53 | 0 | 45 | 120 | 20 | 40 | 104 | 63 |
| Binary | 11010111 | 10001000 | 101011 | 0 | 100101 | 1010000 | 10000 | 100000 | 1000100 | 110011 |
Color Harmonies of #D7882B
Complementary color
Monochromatic Colors of #D7882B
Black with #D7882B
Text Example
Text Example
White with #D7882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7882B; }
p { color: rgb(215,136,43); }
H1.HeaderClassName
{
color: #D7882B;
}
.AnyTagClassName
{
color: #D7882B;
}
</style>
background-color css
<style>
a { background-color: #D7882B; }
a { background-color: rgb(215,136,43); }
div.DivClassName
{
background-color: #D7882B;
}
.BgClassName
{
background-color: #D7882B;
}
</style>
border-color css
<style>
span { border-color: #D7882B; }
span { border-color: rgb(215,136,43); }
td.TdClassName
{
border-color: #D7882B;
}
.TagClassName
{
border-color: #D7882B;
}
</style>