Shades of Dixie #D58324
Tints of Dixie #D58324
RGB
CMYK
RGB Variations
Color information
#D58324 (or 0xD58324) is known color: Dixie. HEX triplet: D5, 83 and 24. RGB value is (213,131,36). Sum of RGB (Red+Green+Blue) = 213+131+36=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D58324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58324 is #2A7CDB. Grayscale: #919191. Windows color (decimal): -2784476 or 2393045. OLE color: 2393045.
HSL color Cylindrical-coordinate representation of color #D58324: hue angle of 32.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D58324 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 36 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.16 |
| HSL | 32.2º | 0.71% | 0.49% | - |
| HSV(B) | 32.2º | 0.83% | 0.84% | - |
| XYZ | 35.88 | 30.51 | 5.67 | - |
| YUV | 144.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 36 | 0 | 0.38 | 0.83 | 0.16 | 32.2 | 0.71 | 0.49 |
| Hex | D5 | 83 | 24 | 0 | 26 | 53 | 10 | 20 | 47 | 31 |
| Octal | 325 | 203 | 44 | 0 | 46 | 123 | 20 | 40 | 107 | 61 |
| Binary | 11010101 | 10000011 | 100100 | 0 | 100110 | 1010011 | 10000 | 100000 | 1000111 | 110001 |
Color Harmonies of #D58324
Complementary color
Monochromatic Colors of #D58324
Black with #D58324
Text Example
Text Example
White with #D58324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58324; }
p { color: rgb(213,131,36); }
H1.HeaderClassName
{
color: #D58324;
}
.AnyTagClassName
{
color: #D58324;
}
</style>
background-color css
<style>
a { background-color: #D58324; }
a { background-color: rgb(213,131,36); }
div.DivClassName
{
background-color: #D58324;
}
.BgClassName
{
background-color: #D58324;
}
</style>
border-color css
<style>
span { border-color: #D58324; }
span { border-color: rgb(213,131,36); }
td.TdClassName
{
border-color: #D58324;
}
.TagClassName
{
border-color: #D58324;
}
</style>