Shades of Dixie #D68327
Tints of Dixie #D68327
RGB
CMYK
RGB Variations
Color information
#D68327 (or 0xD68327) is known color: Dixie. HEX triplet: D6, 83 and 27. RGB value is (214,131,39). Sum of RGB (Red+Green+Blue) = 214+131+39=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D68327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68327 is #297CD8. Grayscale: #919191. Windows color (decimal): -2718937 or 2589654. OLE color: 2589654.
HSL color Cylindrical-coordinate representation of color #D68327: hue angle of 31.54º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D68327 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 39 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.16 |
| HSL | 31.54º | 0.69% | 0.5% | - |
| HSV(B) | 31.54º | 0.82% | 0.84% | - |
| XYZ | 36.21 | 30.68 | 5.93 | - |
| YUV | 145.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 39 | 0 | 0.39 | 0.82 | 0.16 | 31.54 | 0.69 | 0.5 |
| Hex | D6 | 83 | 27 | 0 | 27 | 52 | 10 | 20 | 45 | 32 |
| Octal | 326 | 203 | 47 | 0 | 47 | 122 | 20 | 40 | 105 | 62 |
| Binary | 11010110 | 10000011 | 100111 | 0 | 100111 | 1010010 | 10000 | 100000 | 1000101 | 110010 |
Color Harmonies of #D68327
Complementary color
Monochromatic Colors of #D68327
Black with #D68327
Text Example
Text Example
White with #D68327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68327; }
p { color: rgb(214,131,39); }
H1.HeaderClassName
{
color: #D68327;
}
.AnyTagClassName
{
color: #D68327;
}
</style>
background-color css
<style>
a { background-color: #D68327; }
a { background-color: rgb(214,131,39); }
div.DivClassName
{
background-color: #D68327;
}
.BgClassName
{
background-color: #D68327;
}
</style>
border-color css
<style>
span { border-color: #D68327; }
span { border-color: rgb(214,131,39); }
td.TdClassName
{
border-color: #D68327;
}
.TagClassName
{
border-color: #D68327;
}
</style>