Shades of Dixie #D58326
Tints of Dixie #D58326
RGB
CMYK
RGB Variations
Color information
#D58326 (or 0xD58326) is known color: Dixie. HEX triplet: D5, 83 and 26. RGB value is (213,131,38). Sum of RGB (Red+Green+Blue) = 213+131+38=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D58326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58326 is #2A7CD9. Grayscale: #919191. Windows color (decimal): -2784474 or 2524117. OLE color: 2524117.
HSL color Cylindrical-coordinate representation of color #D58326: hue angle of 31.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D58326 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 38 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.16 |
| HSL | 31.89º | 0.7% | 0.49% | - |
| HSV(B) | 31.89º | 0.82% | 0.84% | - |
| XYZ | 35.91 | 30.52 | 5.83 | - |
| YUV | 144.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 38 | 0 | 0.38 | 0.82 | 0.16 | 31.89 | 0.7 | 0.49 |
| Hex | D5 | 83 | 26 | 0 | 26 | 52 | 10 | 20 | 46 | 31 |
| Octal | 325 | 203 | 46 | 0 | 46 | 122 | 20 | 40 | 106 | 61 |
| Binary | 11010101 | 10000011 | 100110 | 0 | 100110 | 1010010 | 10000 | 100000 | 1000110 | 110001 |
Color Harmonies of #D58326
Complementary color
Monochromatic Colors of #D58326
Black with #D58326
Text Example
Text Example
White with #D58326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58326; }
p { color: rgb(213,131,38); }
H1.HeaderClassName
{
color: #D58326;
}
.AnyTagClassName
{
color: #D58326;
}
</style>
background-color css
<style>
a { background-color: #D58326; }
a { background-color: rgb(213,131,38); }
div.DivClassName
{
background-color: #D58326;
}
.BgClassName
{
background-color: #D58326;
}
</style>
border-color css
<style>
span { border-color: #D58326; }
span { border-color: rgb(213,131,38); }
td.TdClassName
{
border-color: #D58326;
}
.TagClassName
{
border-color: #D58326;
}
</style>