Shades of Dixie #D58430
Tints of Dixie #D58430
RGB
CMYK
RGB Variations
Color information
#D58430 (or 0xD58430) is known color: Dixie. HEX triplet: D5, 84 and 30. RGB value is (213,132,48). Sum of RGB (Red+Green+Blue) = 213+132+48=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D58430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58430 is #2A7BCF. Grayscale: #939393. Windows color (decimal): -2784208 or 3179733. OLE color: 3179733.
HSL color Cylindrical-coordinate representation of color #D58430: hue angle of 30.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58430 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 48 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.16 |
| HSL | 30.55º | 0.66% | 0.51% | - |
| HSV(B) | 30.55º | 0.77% | 0.84% | - |
| XYZ | 36.23 | 30.86 | 6.84 | - |
| YUV | 146.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 48 | 0 | 0.38 | 0.77 | 0.16 | 30.55 | 0.66 | 0.51 |
| Hex | D5 | 84 | 30 | 0 | 26 | 4D | 10 | 1F | 42 | 33 |
| Octal | 325 | 204 | 60 | 0 | 46 | 115 | 20 | 37 | 102 | 63 |
| Binary | 11010101 | 10000100 | 110000 | 0 | 100110 | 1001101 | 10000 | 11111 | 1000010 | 110011 |
Color Harmonies of #D58430
Complementary color
Monochromatic Colors of #D58430
Black with #D58430
Text Example
Text Example
White with #D58430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58430; }
p { color: rgb(213,132,48); }
H1.HeaderClassName
{
color: #D58430;
}
.AnyTagClassName
{
color: #D58430;
}
</style>
background-color css
<style>
a { background-color: #D58430; }
a { background-color: rgb(213,132,48); }
div.DivClassName
{
background-color: #D58430;
}
.BgClassName
{
background-color: #D58430;
}
</style>
border-color css
<style>
span { border-color: #D58430; }
span { border-color: rgb(213,132,48); }
td.TdClassName
{
border-color: #D58430;
}
.TagClassName
{
border-color: #D58430;
}
</style>