Shades of Dixie #D4852C
Tints of Dixie #D4852C
RGB
CMYK
RGB Variations
Color information
#D4852C (or 0xD4852C) is known color: Dixie. HEX triplet: D4, 85 and 2C. RGB value is (212,133,44). Sum of RGB (Red+Green+Blue) = 212+133+44=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4852C is #2B7AD3. Grayscale: #929292. Windows color (decimal): -2849492 or 2917844. OLE color: 2917844.
HSL color Cylindrical-coordinate representation of color #D4852C: hue angle of 31.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4852C is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 44 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.17 |
| HSL | 31.79º | 0.66% | 0.5% | - |
| HSV(B) | 31.79º | 0.79% | 0.83% | - |
| XYZ | 35.99 | 30.95 | 6.46 | - |
| YUV | 146.48 | 70.17 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 44 | 0 | 0.37 | 0.79 | 0.17 | 31.79 | 0.66 | 0.5 |
| Hex | D4 | 85 | 2C | 0 | 25 | 4F | 11 | 20 | 42 | 32 |
| Octal | 324 | 205 | 54 | 0 | 45 | 117 | 21 | 40 | 102 | 62 |
| Binary | 11010100 | 10000101 | 101100 | 0 | 100101 | 1001111 | 10001 | 100000 | 1000010 | 110010 |
Color Harmonies of #D4852C
Complementary color
Monochromatic Colors of #D4852C
Black with #D4852C
Text Example
Text Example
White with #D4852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4852C; }
p { color: rgb(212,133,44); }
H1.HeaderClassName
{
color: #D4852C;
}
.AnyTagClassName
{
color: #D4852C;
}
</style>
background-color css
<style>
a { background-color: #D4852C; }
a { background-color: rgb(212,133,44); }
div.DivClassName
{
background-color: #D4852C;
}
.BgClassName
{
background-color: #D4852C;
}
</style>
border-color css
<style>
span { border-color: #D4852C; }
span { border-color: rgb(212,133,44); }
td.TdClassName
{
border-color: #D4852C;
}
.TagClassName
{
border-color: #D4852C;
}
</style>