Shades of Dixie #D7832C
Tints of Dixie #D7832C
RGB
CMYK
RGB Variations
Color information
#D7832C (or 0xD7832C) is known color: Dixie. HEX triplet: D7, 83 and 2C. RGB value is (215,131,44). Sum of RGB (Red+Green+Blue) = 215+131+44=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7832C is #287CD3. Grayscale: #929292. Windows color (decimal): -2653396 or 2917335. OLE color: 2917335.
HSL color Cylindrical-coordinate representation of color #D7832C: hue angle of 30.53º 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 #D7832C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 44 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.16 |
| HSL | 30.53º | 0.68% | 0.51% | - |
| HSV(B) | 30.53º | 0.8% | 0.84% | - |
| XYZ | 36.6 | 30.86 | 6.41 | - |
| YUV | 146.2 | 70.33 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 44 | 0 | 0.39 | 0.80 | 0.16 | 30.53 | 0.68 | 0.51 |
| Hex | D7 | 83 | 2C | 0 | 27 | 50 | 10 | 1F | 44 | 33 |
| Octal | 327 | 203 | 54 | 0 | 47 | 120 | 20 | 37 | 104 | 63 |
| Binary | 11010111 | 10000011 | 101100 | 0 | 100111 | 1010000 | 10000 | 11111 | 1000100 | 110011 |
Color Harmonies of #D7832C
Complementary color
Monochromatic Colors of #D7832C
Black with #D7832C
Text Example
Text Example
White with #D7832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7832C; }
p { color: rgb(215,131,44); }
H1.HeaderClassName
{
color: #D7832C;
}
.AnyTagClassName
{
color: #D7832C;
}
</style>
background-color css
<style>
a { background-color: #D7832C; }
a { background-color: rgb(215,131,44); }
div.DivClassName
{
background-color: #D7832C;
}
.BgClassName
{
background-color: #D7832C;
}
</style>
border-color css
<style>
span { border-color: #D7832C; }
span { border-color: rgb(215,131,44); }
td.TdClassName
{
border-color: #D7832C;
}
.TagClassName
{
border-color: #D7832C;
}
</style>