Shades of Dixie #D18432
Tints of Dixie #D18432
RGB
CMYK
RGB Variations
Color information
#D18432 (or 0xD18432) is known color: Dixie. HEX triplet: D1, 84 and 32. RGB value is (209,132,50). Sum of RGB (Red+Green+Blue) = 209+132+50=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D18432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18432 is #2E7BCD. Grayscale: #929292. Windows color (decimal): -3046350 or 3310801. OLE color: 3310801.
HSL color Cylindrical-coordinate representation of color #D18432: hue angle of 30.94º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D18432 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 50 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.18 |
| HSL | 30.94º | 0.63% | 0.51% | - |
| HSV(B) | 30.94º | 0.76% | 0.82% | - |
| XYZ | 35.12 | 30.29 | 7.01 | - |
| YUV | 145.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 50 | 0 | 0.37 | 0.76 | 0.18 | 30.94 | 0.63 | 0.51 |
| Hex | D1 | 84 | 32 | 0 | 25 | 4C | 12 | 1F | 3F | 33 |
| Octal | 321 | 204 | 62 | 0 | 45 | 114 | 22 | 37 | 77 | 63 |
| Binary | 11010001 | 10000100 | 110010 | 0 | 100101 | 1001100 | 10010 | 11111 | 111111 | 110011 |
Color Harmonies of #D18432
Complementary color
Monochromatic Colors of #D18432
Black with #D18432
Text Example
Text Example
White with #D18432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18432; }
p { color: rgb(209,132,50); }
H1.HeaderClassName
{
color: #D18432;
}
.AnyTagClassName
{
color: #D18432;
}
</style>
background-color css
<style>
a { background-color: #D18432; }
a { background-color: rgb(209,132,50); }
div.DivClassName
{
background-color: #D18432;
}
.BgClassName
{
background-color: #D18432;
}
</style>
border-color css
<style>
span { border-color: #D18432; }
span { border-color: rgb(209,132,50); }
td.TdClassName
{
border-color: #D18432;
}
.TagClassName
{
border-color: #D18432;
}
</style>