Shades of Dixie #D1852D
Tints of Dixie #D1852D
RGB
CMYK
RGB Variations
Color information
#D1852D (or 0xD1852D) is known color: Dixie. HEX triplet: D1, 85 and 2D. RGB value is (209,133,45). Sum of RGB (Red+Green+Blue) = 209+133+45=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1852D is #2E7AD2. Grayscale: #929292. Windows color (decimal): -3046099 or 2983377. OLE color: 2983377.
HSL color Cylindrical-coordinate representation of color #D1852D: hue angle of 32.2º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1852D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 45 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.18 |
| HSL | 32.2º | 0.65% | 0.5% | - |
| HSV(B) | 32.2º | 0.78% | 0.82% | - |
| XYZ | 35.16 | 30.52 | 6.52 | - |
| YUV | 145.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 45 | 0 | 0.36 | 0.78 | 0.18 | 32.2 | 0.65 | 0.5 |
| Hex | D1 | 85 | 2D | 0 | 24 | 4E | 12 | 20 | 41 | 32 |
| Octal | 321 | 205 | 55 | 0 | 44 | 116 | 22 | 40 | 101 | 62 |
| Binary | 11010001 | 10000101 | 101101 | 0 | 100100 | 1001110 | 10010 | 100000 | 1000001 | 110010 |
Color Harmonies of #D1852D
Complementary color
Monochromatic Colors of #D1852D
Black with #D1852D
Text Example
Text Example
White with #D1852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1852D; }
p { color: rgb(209,133,45); }
H1.HeaderClassName
{
color: #D1852D;
}
.AnyTagClassName
{
color: #D1852D;
}
</style>
background-color css
<style>
a { background-color: #D1852D; }
a { background-color: rgb(209,133,45); }
div.DivClassName
{
background-color: #D1852D;
}
.BgClassName
{
background-color: #D1852D;
}
</style>
border-color css
<style>
span { border-color: #D1852D; }
span { border-color: rgb(209,133,45); }
td.TdClassName
{
border-color: #D1852D;
}
.TagClassName
{
border-color: #D1852D;
}
</style>