Shades of Dixie #DC852D
Tints of Dixie #DC852D
RGB
CMYK
RGB Variations
Color information
#DC852D (or 0xDC852D) is known color: Dixie. HEX triplet: DC, 85 and 2D. RGB value is (220,133,45). Sum of RGB (Red+Green+Blue) = 220+133+45=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC852D is #237AD2. Grayscale: #959595. Windows color (decimal): -2325203 or 2983388. OLE color: 2983388.
HSL color Cylindrical-coordinate representation of color #DC852D: hue angle of 30.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC852D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 45 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.14 |
| HSL | 30.17º | 0.71% | 0.52% | - |
| HSV(B) | 30.17º | 0.8% | 0.86% | - |
| XYZ | 38.38 | 32.18 | 6.67 | - |
| YUV | 148.98 | 69.32 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 45 | 0 | 0.40 | 0.80 | 0.14 | 30.17 | 0.71 | 0.52 |
| Hex | DC | 85 | 2D | 0 | 28 | 50 | E | 1E | 47 | 34 |
| Octal | 334 | 205 | 55 | 0 | 50 | 120 | 16 | 36 | 107 | 64 |
| Binary | 11011100 | 10000101 | 101101 | 0 | 101000 | 1010000 | 1110 | 11110 | 1000111 | 110100 |
Color Harmonies of #DC852D
Complementary color
Monochromatic Colors of #DC852D
Black with #DC852D
Text Example
Text Example
White with #DC852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC852D; }
p { color: rgb(220,133,45); }
H1.HeaderClassName
{
color: #DC852D;
}
.AnyTagClassName
{
color: #DC852D;
}
</style>
background-color css
<style>
a { background-color: #DC852D; }
a { background-color: rgb(220,133,45); }
div.DivClassName
{
background-color: #DC852D;
}
.BgClassName
{
background-color: #DC852D;
}
</style>
border-color css
<style>
span { border-color: #DC852D; }
span { border-color: rgb(220,133,45); }
td.TdClassName
{
border-color: #DC852D;
}
.TagClassName
{
border-color: #DC852D;
}
</style>