Shades of Dixie #D18424
Tints of Dixie #D18424
RGB
CMYK
RGB Variations
Color information
#D18424 (or 0xD18424) is known color: Dixie. HEX triplet: D1, 84 and 24. RGB value is (209,132,36). Sum of RGB (Red+Green+Blue) = 209+132+36=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D18424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18424 is #2E7BDB. Grayscale: #909090. Windows color (decimal): -3046364 or 2393297. OLE color: 2393297.
HSL color Cylindrical-coordinate representation of color #D18424: hue angle of 33.29º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18424 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 36 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.18 |
| HSL | 33.29º | 0.71% | 0.48% | - |
| HSV(B) | 33.29º | 0.83% | 0.82% | - |
| XYZ | 34.86 | 30.19 | 5.66 | - |
| YUV | 144.08 | 67.01 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 36 | 0 | 0.37 | 0.83 | 0.18 | 33.29 | 0.71 | 0.48 |
| Hex | D1 | 84 | 24 | 0 | 25 | 53 | 12 | 21 | 47 | 30 |
| Octal | 321 | 204 | 44 | 0 | 45 | 123 | 22 | 41 | 107 | 60 |
| Binary | 11010001 | 10000100 | 100100 | 0 | 100101 | 1010011 | 10010 | 100001 | 1000111 | 110000 |
Color Harmonies of #D18424
Complementary color
Monochromatic Colors of #D18424
Black with #D18424
Text Example
Text Example
White with #D18424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18424; }
p { color: rgb(209,132,36); }
H1.HeaderClassName
{
color: #D18424;
}
.AnyTagClassName
{
color: #D18424;
}
</style>
background-color css
<style>
a { background-color: #D18424; }
a { background-color: rgb(209,132,36); }
div.DivClassName
{
background-color: #D18424;
}
.BgClassName
{
background-color: #D18424;
}
</style>
border-color css
<style>
span { border-color: #D18424; }
span { border-color: rgb(209,132,36); }
td.TdClassName
{
border-color: #D18424;
}
.TagClassName
{
border-color: #D18424;
}
</style>