Shades of Dixie #D18325
Tints of Dixie #D18325
RGB
CMYK
RGB Variations
Color information
#D18325 (or 0xD18325) is known color: Dixie. HEX triplet: D1, 83 and 25. RGB value is (209,131,37). Sum of RGB (Red+Green+Blue) = 209+131+37=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D18325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18325 is #2E7CDA. Grayscale: #909090. Windows color (decimal): -3046619 or 2458577. OLE color: 2458577.
HSL color Cylindrical-coordinate representation of color #D18325: hue angle of 32.79º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D18325 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 37 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.18 |
| HSL | 32.79º | 0.7% | 0.48% | - |
| HSV(B) | 32.79º | 0.82% | 0.82% | - |
| XYZ | 34.74 | 29.92 | 5.69 | - |
| YUV | 143.61 | 67.84 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 37 | 0 | 0.37 | 0.82 | 0.18 | 32.79 | 0.7 | 0.48 |
| Hex | D1 | 83 | 25 | 0 | 25 | 52 | 12 | 21 | 46 | 30 |
| Octal | 321 | 203 | 45 | 0 | 45 | 122 | 22 | 41 | 106 | 60 |
| Binary | 11010001 | 10000011 | 100101 | 0 | 100101 | 1010010 | 10010 | 100001 | 1000110 | 110000 |
Color Harmonies of #D18325
Complementary color
Monochromatic Colors of #D18325
Black with #D18325
Text Example
Text Example
White with #D18325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18325; }
p { color: rgb(209,131,37); }
H1.HeaderClassName
{
color: #D18325;
}
.AnyTagClassName
{
color: #D18325;
}
</style>
background-color css
<style>
a { background-color: #D18325; }
a { background-color: rgb(209,131,37); }
div.DivClassName
{
background-color: #D18325;
}
.BgClassName
{
background-color: #D18325;
}
</style>
border-color css
<style>
span { border-color: #D18325; }
span { border-color: rgb(209,131,37); }
td.TdClassName
{
border-color: #D18325;
}
.TagClassName
{
border-color: #D18325;
}
</style>