Shades of Dixie #D68432
Tints of Dixie #D68432
RGB
CMYK
RGB Variations
Color information
#D68432 (or 0xD68432) is known color: Dixie. HEX triplet: D6, 84 and 32. RGB value is (214,132,50). Sum of RGB (Red+Green+Blue) = 214+132+50=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D68432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68432 is #297BCD. Grayscale: #939393. Windows color (decimal): -2718670 or 3310806. OLE color: 3310806.
HSL color Cylindrical-coordinate representation of color #D68432: hue angle of 30º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D68432 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 50 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.16 |
| HSL | 30º | 0.67% | 0.52% | - |
| HSV(B) | 30º | 0.77% | 0.84% | - |
| XYZ | 36.56 | 31.03 | 7.08 | - |
| YUV | 147.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 50 | 0 | 0.38 | 0.77 | 0.16 | 30 | 0.67 | 0.52 |
| Hex | D6 | 84 | 32 | 0 | 26 | 4D | 10 | 1E | 43 | 34 |
| Octal | 326 | 204 | 62 | 0 | 46 | 115 | 20 | 36 | 103 | 64 |
| Binary | 11010110 | 10000100 | 110010 | 0 | 100110 | 1001101 | 10000 | 11110 | 1000011 | 110100 |
Color Harmonies of #D68432
Complementary color
Monochromatic Colors of #D68432
Black with #D68432
Text Example
Text Example
White with #D68432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68432; }
p { color: rgb(214,132,50); }
H1.HeaderClassName
{
color: #D68432;
}
.AnyTagClassName
{
color: #D68432;
}
</style>
background-color css
<style>
a { background-color: #D68432; }
a { background-color: rgb(214,132,50); }
div.DivClassName
{
background-color: #D68432;
}
.BgClassName
{
background-color: #D68432;
}
</style>
border-color css
<style>
span { border-color: #D68432; }
span { border-color: rgb(214,132,50); }
td.TdClassName
{
border-color: #D68432;
}
.TagClassName
{
border-color: #D68432;
}
</style>