Shades of Dixie #D58328
Tints of Dixie #D58328
RGB
CMYK
RGB Variations
Color information
#D58328 (or 0xD58328) is known color: Dixie. HEX triplet: D5, 83 and 28. RGB value is (213,131,40). Sum of RGB (Red+Green+Blue) = 213+131+40=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D58328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58328 is #2A7CD7. Grayscale: #919191. Windows color (decimal): -2784472 or 2655189. OLE color: 2655189.
HSL color Cylindrical-coordinate representation of color #D58328: hue angle of 31.56º 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 #D58328 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 40 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.16 |
| HSL | 31.56º | 0.68% | 0.5% | - |
| HSV(B) | 31.56º | 0.81% | 0.84% | - |
| XYZ | 35.94 | 30.53 | 6.01 | - |
| YUV | 145.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 40 | 0 | 0.38 | 0.81 | 0.16 | 31.56 | 0.68 | 0.5 |
| Hex | D5 | 83 | 28 | 0 | 26 | 51 | 10 | 20 | 44 | 32 |
| Octal | 325 | 203 | 50 | 0 | 46 | 121 | 20 | 40 | 104 | 62 |
| Binary | 11010101 | 10000011 | 101000 | 0 | 100110 | 1010001 | 10000 | 100000 | 1000100 | 110010 |
Color Harmonies of #D58328
Complementary color
Monochromatic Colors of #D58328
Black with #D58328
Text Example
Text Example
White with #D58328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58328; }
p { color: rgb(213,131,40); }
H1.HeaderClassName
{
color: #D58328;
}
.AnyTagClassName
{
color: #D58328;
}
</style>
background-color css
<style>
a { background-color: #D58328; }
a { background-color: rgb(213,131,40); }
div.DivClassName
{
background-color: #D58328;
}
.BgClassName
{
background-color: #D58328;
}
</style>
border-color css
<style>
span { border-color: #D58328; }
span { border-color: rgb(213,131,40); }
td.TdClassName
{
border-color: #D58328;
}
.TagClassName
{
border-color: #D58328;
}
</style>