Shades of Dixie #DD842B
Tints of Dixie #DD842B
RGB
CMYK
RGB Variations
Color information
#DD842B (or 0xDD842B) is known color: Dixie. HEX triplet: DD, 84 and 2B. RGB value is (221,132,43). Sum of RGB (Red+Green+Blue) = 221+132+43=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD842B is #227BD4. Grayscale: #949494. Windows color (decimal): -2259925 or 2852061. OLE color: 2852061.
HSL color Cylindrical-coordinate representation of color #DD842B: 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.81%. Process color model (Four color, CMYK) of #DD842B is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 43 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.13 |
| HSL | 30º | 0.72% | 0.52% | - |
| HSV(B) | 30º | 0.81% | 0.87% | - |
| XYZ | 38.51 | 32.05 | 6.44 | - |
| YUV | 148.47 | 68.49 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 43 | 0 | 0.40 | 0.81 | 0.13 | 30 | 0.72 | 0.52 |
| Hex | DD | 84 | 2B | 0 | 28 | 51 | D | 1E | 48 | 34 |
| Octal | 335 | 204 | 53 | 0 | 50 | 121 | 15 | 36 | 110 | 64 |
| Binary | 11011101 | 10000100 | 101011 | 0 | 101000 | 1010001 | 1101 | 11110 | 1001000 | 110100 |
Color Harmonies of #DD842B
Complementary color
Monochromatic Colors of #DD842B
Black with #DD842B
Text Example
Text Example
White with #DD842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD842B; }
p { color: rgb(221,132,43); }
H1.HeaderClassName
{
color: #DD842B;
}
.AnyTagClassName
{
color: #DD842B;
}
</style>
background-color css
<style>
a { background-color: #DD842B; }
a { background-color: rgb(221,132,43); }
div.DivClassName
{
background-color: #DD842B;
}
.BgClassName
{
background-color: #DD842B;
}
</style>
border-color css
<style>
span { border-color: #DD842B; }
span { border-color: rgb(221,132,43); }
td.TdClassName
{
border-color: #DD842B;
}
.TagClassName
{
border-color: #DD842B;
}
</style>