Shades of Dixie #D5852C
Tints of Dixie #D5852C
RGB
CMYK
RGB Variations
Color information
#D5852C (or 0xD5852C) is known color: Dixie. HEX triplet: D5, 85 and 2C. RGB value is (213,133,44). Sum of RGB (Red+Green+Blue) = 213+133+44=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5852C is #2A7AD3. Grayscale: #939393. Windows color (decimal): -2783956 or 2917845. OLE color: 2917845.
HSL color Cylindrical-coordinate representation of color #D5852C: hue angle of 31.6º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5852C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 44 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.16 |
| HSL | 31.6º | 0.67% | 0.5% | - |
| HSV(B) | 31.6º | 0.79% | 0.84% | - |
| XYZ | 36.28 | 31.1 | 6.47 | - |
| YUV | 146.77 | 70 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 44 | 0 | 0.38 | 0.79 | 0.16 | 31.6 | 0.67 | 0.5 |
| Hex | D5 | 85 | 2C | 0 | 26 | 4F | 10 | 20 | 43 | 32 |
| Octal | 325 | 205 | 54 | 0 | 46 | 117 | 20 | 40 | 103 | 62 |
| Binary | 11010101 | 10000101 | 101100 | 0 | 100110 | 1001111 | 10000 | 100000 | 1000011 | 110010 |
Color Harmonies of #D5852C
Complementary color
Monochromatic Colors of #D5852C
Black with #D5852C
Text Example
Text Example
White with #D5852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5852C; }
p { color: rgb(213,133,44); }
H1.HeaderClassName
{
color: #D5852C;
}
.AnyTagClassName
{
color: #D5852C;
}
</style>
background-color css
<style>
a { background-color: #D5852C; }
a { background-color: rgb(213,133,44); }
div.DivClassName
{
background-color: #D5852C;
}
.BgClassName
{
background-color: #D5852C;
}
</style>
border-color css
<style>
span { border-color: #D5852C; }
span { border-color: rgb(213,133,44); }
td.TdClassName
{
border-color: #D5852C;
}
.TagClassName
{
border-color: #D5852C;
}
</style>