Shades of Dixie #D58325
Tints of Dixie #D58325
RGB
CMYK
RGB Variations
Color information
#D58325 (or 0xD58325) is known color: Dixie. HEX triplet: D5, 83 and 25. RGB value is (213,131,37). Sum of RGB (Red+Green+Blue) = 213+131+37=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D58325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58325 is #2A7CDA. Grayscale: #919191. Windows color (decimal): -2784475 or 2458581. OLE color: 2458581.
HSL color Cylindrical-coordinate representation of color #D58325: hue angle of 32.05º degrees, saturation: 0.7, 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 #D58325 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 37 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.16 |
| HSL | 32.05º | 0.7% | 0.49% | - |
| HSV(B) | 32.05º | 0.83% | 0.84% | - |
| XYZ | 35.89 | 30.51 | 5.75 | - |
| YUV | 144.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 37 | 0 | 0.38 | 0.83 | 0.16 | 32.05 | 0.7 | 0.49 |
| Hex | D5 | 83 | 25 | 0 | 26 | 53 | 10 | 20 | 46 | 31 |
| Octal | 325 | 203 | 45 | 0 | 46 | 123 | 20 | 40 | 106 | 61 |
| Binary | 11010101 | 10000011 | 100101 | 0 | 100110 | 1010011 | 10000 | 100000 | 1000110 | 110001 |
Color Harmonies of #D58325
Complementary color
Monochromatic Colors of #D58325
Black with #D58325
Text Example
Text Example
White with #D58325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58325; }
p { color: rgb(213,131,37); }
H1.HeaderClassName
{
color: #D58325;
}
.AnyTagClassName
{
color: #D58325;
}
</style>
background-color css
<style>
a { background-color: #D58325; }
a { background-color: rgb(213,131,37); }
div.DivClassName
{
background-color: #D58325;
}
.BgClassName
{
background-color: #D58325;
}
</style>
border-color css
<style>
span { border-color: #D58325; }
span { border-color: rgb(213,131,37); }
td.TdClassName
{
border-color: #D58325;
}
.TagClassName
{
border-color: #D58325;
}
</style>