Shades of Dixie #DD8328
Tints of Dixie #DD8328
RGB
CMYK
RGB Variations
Color information
#DD8328 (or 0xDD8328) is known color: Dixie. HEX triplet: DD, 83 and 28. RGB value is (221,131,40). Sum of RGB (Red+Green+Blue) = 221+131+40=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8328 is #227CD7. Grayscale: #939393. Windows color (decimal): -2260184 or 2655197. OLE color: 2655197.
HSL color Cylindrical-coordinate representation of color #DD8328: hue angle of 30.17º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD8328 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 40 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.13 |
| HSL | 30.17º | 0.73% | 0.51% | - |
| HSV(B) | 30.17º | 0.82% | 0.87% | - |
| XYZ | 38.32 | 31.76 | 6.12 | - |
| YUV | 147.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 40 | 0 | 0.41 | 0.82 | 0.13 | 30.17 | 0.73 | 0.51 |
| Hex | DD | 83 | 28 | 0 | 29 | 52 | D | 1E | 49 | 33 |
| Octal | 335 | 203 | 50 | 0 | 51 | 122 | 15 | 36 | 111 | 63 |
| Binary | 11011101 | 10000011 | 101000 | 0 | 101001 | 1010010 | 1101 | 11110 | 1001001 | 110011 |
Color Harmonies of #DD8328
Complementary color
Monochromatic Colors of #DD8328
Black with #DD8328
Text Example
Text Example
White with #DD8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8328; }
p { color: rgb(221,131,40); }
H1.HeaderClassName
{
color: #DD8328;
}
.AnyTagClassName
{
color: #DD8328;
}
</style>
background-color css
<style>
a { background-color: #DD8328; }
a { background-color: rgb(221,131,40); }
div.DivClassName
{
background-color: #DD8328;
}
.BgClassName
{
background-color: #DD8328;
}
</style>
border-color css
<style>
span { border-color: #DD8328; }
span { border-color: rgb(221,131,40); }
td.TdClassName
{
border-color: #DD8328;
}
.TagClassName
{
border-color: #DD8328;
}
</style>