Shades of Dixie #D68329
Tints of Dixie #D68329
RGB
CMYK
RGB Variations
Color information
#D68329 (or 0xD68329) is known color: Dixie. HEX triplet: D6, 83 and 29. RGB value is (214,131,41). Sum of RGB (Red+Green+Blue) = 214+131+41=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D68329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68329 is #297CD6. Grayscale: #929292. Windows color (decimal): -2718935 or 2720726. OLE color: 2720726.
HSL color Cylindrical-coordinate representation of color #D68329: hue angle of 31.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D68329 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 41 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.16 |
| HSL | 31.21º | 0.68% | 0.5% | - |
| HSV(B) | 31.21º | 0.81% | 0.84% | - |
| XYZ | 36.25 | 30.69 | 6.11 | - |
| YUV | 145.56 | 69 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 41 | 0 | 0.39 | 0.81 | 0.16 | 31.21 | 0.68 | 0.5 |
| Hex | D6 | 83 | 29 | 0 | 27 | 51 | 10 | 1F | 44 | 32 |
| Octal | 326 | 203 | 51 | 0 | 47 | 121 | 20 | 37 | 104 | 62 |
| Binary | 11010110 | 10000011 | 101001 | 0 | 100111 | 1010001 | 10000 | 11111 | 1000100 | 110010 |
Color Harmonies of #D68329
Complementary color
Monochromatic Colors of #D68329
Black with #D68329
Text Example
Text Example
White with #D68329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68329; }
p { color: rgb(214,131,41); }
H1.HeaderClassName
{
color: #D68329;
}
.AnyTagClassName
{
color: #D68329;
}
</style>
background-color css
<style>
a { background-color: #D68329; }
a { background-color: rgb(214,131,41); }
div.DivClassName
{
background-color: #D68329;
}
.BgClassName
{
background-color: #D68329;
}
</style>
border-color css
<style>
span { border-color: #D68329; }
span { border-color: rgb(214,131,41); }
td.TdClassName
{
border-color: #D68329;
}
.TagClassName
{
border-color: #D68329;
}
</style>