Shades of Dixie #DD852D
Tints of Dixie #DD852D
RGB
CMYK
RGB Variations
Color information
#DD852D (or 0xDD852D) is known color: Dixie. HEX triplet: DD, 85 and 2D. RGB value is (221,133,45). Sum of RGB (Red+Green+Blue) = 221+133+45=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD852D is #227AD2. Grayscale: #959595. Windows color (decimal): -2259667 or 2983389. OLE color: 2983389.
HSL color Cylindrical-coordinate representation of color #DD852D: hue angle of 30º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD852D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 45 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.13 |
| HSL | 30º | 0.72% | 0.52% | - |
| HSV(B) | 30º | 0.8% | 0.87% | - |
| XYZ | 38.68 | 32.34 | 6.69 | - |
| YUV | 149.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 45 | 0 | 0.40 | 0.80 | 0.13 | 30 | 0.72 | 0.52 |
| Hex | DD | 85 | 2D | 0 | 28 | 50 | D | 1E | 48 | 34 |
| Octal | 335 | 205 | 55 | 0 | 50 | 120 | 15 | 36 | 110 | 64 |
| Binary | 11011101 | 10000101 | 101101 | 0 | 101000 | 1010000 | 1101 | 11110 | 1001000 | 110100 |
Color Harmonies of #DD852D
Complementary color
Monochromatic Colors of #DD852D
Black with #DD852D
Text Example
Text Example
White with #DD852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD852D; }
p { color: rgb(221,133,45); }
H1.HeaderClassName
{
color: #DD852D;
}
.AnyTagClassName
{
color: #DD852D;
}
</style>
background-color css
<style>
a { background-color: #DD852D; }
a { background-color: rgb(221,133,45); }
div.DivClassName
{
background-color: #DD852D;
}
.BgClassName
{
background-color: #DD852D;
}
</style>
border-color css
<style>
span { border-color: #DD852D; }
span { border-color: rgb(221,133,45); }
td.TdClassName
{
border-color: #DD852D;
}
.TagClassName
{
border-color: #DD852D;
}
</style>