Shades of Dixie #D7852C
Tints of Dixie #D7852C
RGB
CMYK
RGB Variations
Color information
#D7852C (or 0xD7852C) is known color: Dixie. HEX triplet: D7, 85 and 2C. RGB value is (215,133,44). Sum of RGB (Red+Green+Blue) = 215+133+44=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7852C is #287AD3. Grayscale: #939393. Windows color (decimal): -2652884 or 2917847. OLE color: 2917847.
HSL color Cylindrical-coordinate representation of color #D7852C: hue angle of 31.23º 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 #D7852C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 44 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.16 |
| HSL | 31.23º | 0.68% | 0.51% | - |
| HSV(B) | 31.23º | 0.8% | 0.84% | - |
| XYZ | 36.87 | 31.4 | 6.5 | - |
| YUV | 147.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 44 | 0 | 0.38 | 0.80 | 0.16 | 31.23 | 0.68 | 0.51 |
| Hex | D7 | 85 | 2C | 0 | 26 | 50 | 10 | 1F | 44 | 33 |
| Octal | 327 | 205 | 54 | 0 | 46 | 120 | 20 | 37 | 104 | 63 |
| Binary | 11010111 | 10000101 | 101100 | 0 | 100110 | 1010000 | 10000 | 11111 | 1000100 | 110011 |
Color Harmonies of #D7852C
Complementary color
Monochromatic Colors of #D7852C
Black with #D7852C
Text Example
Text Example
White with #D7852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7852C; }
p { color: rgb(215,133,44); }
H1.HeaderClassName
{
color: #D7852C;
}
.AnyTagClassName
{
color: #D7852C;
}
</style>
background-color css
<style>
a { background-color: #D7852C; }
a { background-color: rgb(215,133,44); }
div.DivClassName
{
background-color: #D7852C;
}
.BgClassName
{
background-color: #D7852C;
}
</style>
border-color css
<style>
span { border-color: #D7852C; }
span { border-color: rgb(215,133,44); }
td.TdClassName
{
border-color: #D7852C;
}
.TagClassName
{
border-color: #D7852C;
}
</style>