Shades of Dixie #D48431
Tints of Dixie #D48431
RGB
CMYK
RGB Variations
Color information
#D48431 (or 0xD48431) is known color: Dixie. HEX triplet: D4, 84 and 31. RGB value is (212,132,49). Sum of RGB (Red+Green+Blue) = 212+132+49=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D48431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48431 is #2B7BCE. Grayscale: #929292. Windows color (decimal): -2849743 or 3245268. OLE color: 3245268.
HSL color Cylindrical-coordinate representation of color #D48431: hue angle of 30.55º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D48431 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 49 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.17 |
| HSL | 30.55º | 0.65% | 0.51% | - |
| HSV(B) | 30.55º | 0.77% | 0.83% | - |
| XYZ | 35.96 | 30.72 | 6.94 | - |
| YUV | 146.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 49 | 0 | 0.38 | 0.77 | 0.17 | 30.55 | 0.65 | 0.51 |
| Hex | D4 | 84 | 31 | 0 | 26 | 4D | 11 | 1F | 41 | 33 |
| Octal | 324 | 204 | 61 | 0 | 46 | 115 | 21 | 37 | 101 | 63 |
| Binary | 11010100 | 10000100 | 110001 | 0 | 100110 | 1001101 | 10001 | 11111 | 1000001 | 110011 |
Color Harmonies of #D48431
Complementary color
Monochromatic Colors of #D48431
Black with #D48431
Text Example
Text Example
White with #D48431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48431; }
p { color: rgb(212,132,49); }
H1.HeaderClassName
{
color: #D48431;
}
.AnyTagClassName
{
color: #D48431;
}
</style>
background-color css
<style>
a { background-color: #D48431; }
a { background-color: rgb(212,132,49); }
div.DivClassName
{
background-color: #D48431;
}
.BgClassName
{
background-color: #D48431;
}
</style>
border-color css
<style>
span { border-color: #D48431; }
span { border-color: rgb(212,132,49); }
td.TdClassName
{
border-color: #D48431;
}
.TagClassName
{
border-color: #D48431;
}
</style>