Shades of Dixie #D48436
Tints of Dixie #D48436
RGB
CMYK
RGB Variations
Color information
#D48436 (or 0xD48436) is known color: Dixie. HEX triplet: D4, 84 and 36. RGB value is (212,132,54). Sum of RGB (Red+Green+Blue) = 212+132+54=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D48436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48436 is #2B7BC9. Grayscale: #939393. Windows color (decimal): -2849738 or 3572948. OLE color: 3572948.
HSL color Cylindrical-coordinate representation of color #D48436: hue angle of 29.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D48436 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 54 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.17 |
| HSL | 29.62º | 0.65% | 0.52% | - |
| HSV(B) | 29.62º | 0.75% | 0.83% | - |
| XYZ | 36.07 | 30.77 | 7.53 | - |
| YUV | 147.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 54 | 0 | 0.38 | 0.75 | 0.17 | 29.62 | 0.65 | 0.52 |
| Hex | D4 | 84 | 36 | 0 | 26 | 4B | 11 | 1E | 41 | 34 |
| Octal | 324 | 204 | 66 | 0 | 46 | 113 | 21 | 36 | 101 | 64 |
| Binary | 11010100 | 10000100 | 110110 | 0 | 100110 | 1001011 | 10001 | 11110 | 1000001 | 110100 |
Color Harmonies of #D48436
Complementary color
Monochromatic Colors of #D48436
Black with #D48436
Text Example
Text Example
White with #D48436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48436; }
p { color: rgb(212,132,54); }
H1.HeaderClassName
{
color: #D48436;
}
.AnyTagClassName
{
color: #D48436;
}
</style>
background-color css
<style>
a { background-color: #D48436; }
a { background-color: rgb(212,132,54); }
div.DivClassName
{
background-color: #D48436;
}
.BgClassName
{
background-color: #D48436;
}
</style>
border-color css
<style>
span { border-color: #D48436; }
span { border-color: rgb(212,132,54); }
td.TdClassName
{
border-color: #D48436;
}
.TagClassName
{
border-color: #D48436;
}
</style>