Shades of Dixie #DC852B
Tints of Dixie #DC852B
RGB
CMYK
RGB Variations
Color information
#DC852B (or 0xDC852B) is known color: Dixie. HEX triplet: DC, 85 and 2B. RGB value is (220,133,43). Sum of RGB (Red+Green+Blue) = 220+133+43=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC852B is #237AD4. Grayscale: #959595. Windows color (decimal): -2325205 or 2852316. OLE color: 2852316.
HSL color Cylindrical-coordinate representation of color #DC852B: hue angle of 30.51º degrees, saturation: 0.72, 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 #DC852B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 43 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.14 |
| HSL | 30.51º | 0.72% | 0.52% | - |
| HSV(B) | 30.51º | 0.8% | 0.86% | - |
| XYZ | 38.34 | 32.17 | 6.47 | - |
| YUV | 148.75 | 68.32 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 43 | 0 | 0.40 | 0.80 | 0.14 | 30.51 | 0.72 | 0.52 |
| Hex | DC | 85 | 2B | 0 | 28 | 50 | E | 1F | 48 | 34 |
| Octal | 334 | 205 | 53 | 0 | 50 | 120 | 16 | 37 | 110 | 64 |
| Binary | 11011100 | 10000101 | 101011 | 0 | 101000 | 1010000 | 1110 | 11111 | 1001000 | 110100 |
Color Harmonies of #DC852B
Complementary color
Monochromatic Colors of #DC852B
Black with #DC852B
Text Example
Text Example
White with #DC852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC852B; }
p { color: rgb(220,133,43); }
H1.HeaderClassName
{
color: #DC852B;
}
.AnyTagClassName
{
color: #DC852B;
}
</style>
background-color css
<style>
a { background-color: #DC852B; }
a { background-color: rgb(220,133,43); }
div.DivClassName
{
background-color: #DC852B;
}
.BgClassName
{
background-color: #DC852B;
}
</style>
border-color css
<style>
span { border-color: #DC852B; }
span { border-color: rgb(220,133,43); }
td.TdClassName
{
border-color: #DC852B;
}
.TagClassName
{
border-color: #DC852B;
}
</style>