Shades of Dixie #D68424
Tints of Dixie #D68424
RGB
CMYK
RGB Variations
Color information
#D68424 (or 0xD68424) is known color: Dixie. HEX triplet: D6, 84 and 24. RGB value is (214,132,36). Sum of RGB (Red+Green+Blue) = 214+132+36=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D68424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68424 is #297BDB. Grayscale: #929292. Windows color (decimal): -2718684 or 2393302. OLE color: 2393302.
HSL color Cylindrical-coordinate representation of color #D68424: hue angle of 32.36º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D68424 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 36 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.16 |
| HSL | 32.36º | 0.71% | 0.49% | - |
| HSV(B) | 32.36º | 0.83% | 0.84% | - |
| XYZ | 36.3 | 30.93 | 5.73 | - |
| YUV | 145.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 36 | 0 | 0.38 | 0.83 | 0.16 | 32.36 | 0.71 | 0.49 |
| Hex | D6 | 84 | 24 | 0 | 26 | 53 | 10 | 20 | 47 | 31 |
| Octal | 326 | 204 | 44 | 0 | 46 | 123 | 20 | 40 | 107 | 61 |
| Binary | 11010110 | 10000100 | 100100 | 0 | 100110 | 1010011 | 10000 | 100000 | 1000111 | 110001 |
Color Harmonies of #D68424
Complementary color
Monochromatic Colors of #D68424
Black with #D68424
Text Example
Text Example
White with #D68424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68424; }
p { color: rgb(214,132,36); }
H1.HeaderClassName
{
color: #D68424;
}
.AnyTagClassName
{
color: #D68424;
}
</style>
background-color css
<style>
a { background-color: #D68424; }
a { background-color: rgb(214,132,36); }
div.DivClassName
{
background-color: #D68424;
}
.BgClassName
{
background-color: #D68424;
}
</style>
border-color css
<style>
span { border-color: #D68424; }
span { border-color: rgb(214,132,36); }
td.TdClassName
{
border-color: #D68424;
}
.TagClassName
{
border-color: #D68424;
}
</style>