Shades of Dixie #D7842C
Tints of Dixie #D7842C
RGB
CMYK
RGB Variations
Color information
#D7842C (or 0xD7842C) is known color: Dixie. HEX triplet: D7, 84 and 2C. RGB value is (215,132,44). Sum of RGB (Red+Green+Blue) = 215+132+44=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7842C is #287BD3. Grayscale: #939393. Windows color (decimal): -2653140 or 2917591. OLE color: 2917591.
HSL color Cylindrical-coordinate representation of color #D7842C: hue angle of 30.88º 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 #D7842C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 44 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.16 |
| HSL | 30.88º | 0.68% | 0.51% | - |
| HSV(B) | 30.88º | 0.8% | 0.84% | - |
| XYZ | 36.73 | 31.13 | 6.46 | - |
| YUV | 146.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 44 | 0 | 0.39 | 0.80 | 0.16 | 30.88 | 0.68 | 0.51 |
| Hex | D7 | 84 | 2C | 0 | 27 | 50 | 10 | 1F | 44 | 33 |
| Octal | 327 | 204 | 54 | 0 | 47 | 120 | 20 | 37 | 104 | 63 |
| Binary | 11010111 | 10000100 | 101100 | 0 | 100111 | 1010000 | 10000 | 11111 | 1000100 | 110011 |
Color Harmonies of #D7842C
Complementary color
Monochromatic Colors of #D7842C
Black with #D7842C
Text Example
Text Example
White with #D7842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7842C; }
p { color: rgb(215,132,44); }
H1.HeaderClassName
{
color: #D7842C;
}
.AnyTagClassName
{
color: #D7842C;
}
</style>
background-color css
<style>
a { background-color: #D7842C; }
a { background-color: rgb(215,132,44); }
div.DivClassName
{
background-color: #D7842C;
}
.BgClassName
{
background-color: #D7842C;
}
</style>
border-color css
<style>
span { border-color: #D7842C; }
span { border-color: rgb(215,132,44); }
td.TdClassName
{
border-color: #D7842C;
}
.TagClassName
{
border-color: #D7842C;
}
</style>