Shades of Dixie #D7862B
Tints of Dixie #D7862B
RGB
CMYK
RGB Variations
Color information
#D7862B (or 0xD7862B) is known color: Dixie. HEX triplet: D7, 86 and 2B. RGB value is (215,134,43). Sum of RGB (Red+Green+Blue) = 215+134+43=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7862B is #2879D4. Grayscale: #949494. Windows color (decimal): -2652629 or 2852567. OLE color: 2852567.
HSL color Cylindrical-coordinate representation of color #D7862B: hue angle of 31.74º 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 #D7862B is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 43 | - |
| CMYK | 0 | 0.38 | 0.8 | 0.16 |
| HSL | 31.74º | 0.68% | 0.51% | - |
| HSV(B) | 31.74º | 0.8% | 0.84% | - |
| XYZ | 36.99 | 31.67 | 6.45 | - |
| YUV | 147.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 43 | 0 | 0.38 | 0.8 | 0.16 | 31.74 | 0.68 | 0.51 |
| Hex | D7 | 86 | 2B | 0 | 26 | 50 | 10 | 20 | 44 | 33 |
| Octal | 327 | 206 | 53 | 0 | 46 | 120 | 20 | 40 | 104 | 63 |
| Binary | 11010111 | 10000110 | 101011 | 0 | 100110 | 1010000 | 10000 | 100000 | 1000100 | 110011 |
Color Harmonies of #D7862B
Complementary color
Monochromatic Colors of #D7862B
Black with #D7862B
Text Example
Text Example
White with #D7862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7862B; }
p { color: rgb(215,134,43); }
H1.HeaderClassName
{
color: #D7862B;
}
.AnyTagClassName
{
color: #D7862B;
}
</style>
background-color css
<style>
a { background-color: #D7862B; }
a { background-color: rgb(215,134,43); }
div.DivClassName
{
background-color: #D7862B;
}
.BgClassName
{
background-color: #D7862B;
}
</style>
border-color css
<style>
span { border-color: #D7862B; }
span { border-color: rgb(215,134,43); }
td.TdClassName
{
border-color: #D7862B;
}
.TagClassName
{
border-color: #D7862B;
}
</style>