Shades of Dixie #DD852B
Tints of Dixie #DD852B
RGB
CMYK
RGB Variations
Color information
#DD852B (or 0xDD852B) is known color: Dixie. HEX triplet: DD, 85 and 2B. RGB value is (221,133,43). Sum of RGB (Red+Green+Blue) = 221+133+43=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD852B is #227AD4. Grayscale: #959595. Windows color (decimal): -2259669 or 2852317. OLE color: 2852317.
HSL color Cylindrical-coordinate representation of color #DD852B: hue angle of 30.34º 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 #DD852B is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 43 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.13 |
| HSL | 30.34º | 0.72% | 0.52% | - |
| HSV(B) | 30.34º | 0.81% | 0.87% | - |
| XYZ | 38.64 | 32.32 | 6.49 | - |
| YUV | 149.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 43 | 0 | 0.40 | 0.81 | 0.13 | 30.34 | 0.72 | 0.52 |
| Hex | DD | 85 | 2B | 0 | 28 | 51 | D | 1E | 48 | 34 |
| Octal | 335 | 205 | 53 | 0 | 50 | 121 | 15 | 36 | 110 | 64 |
| Binary | 11011101 | 10000101 | 101011 | 0 | 101000 | 1010001 | 1101 | 11110 | 1001000 | 110100 |
Color Harmonies of #DD852B
Complementary color
Monochromatic Colors of #DD852B
Black with #DD852B
Text Example
Text Example
White with #DD852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD852B; }
p { color: rgb(221,133,43); }
H1.HeaderClassName
{
color: #DD852B;
}
.AnyTagClassName
{
color: #DD852B;
}
</style>
background-color css
<style>
a { background-color: #DD852B; }
a { background-color: rgb(221,133,43); }
div.DivClassName
{
background-color: #DD852B;
}
.BgClassName
{
background-color: #DD852B;
}
</style>
border-color css
<style>
span { border-color: #DD852B; }
span { border-color: rgb(221,133,43); }
td.TdClassName
{
border-color: #DD852B;
}
.TagClassName
{
border-color: #DD852B;
}
</style>