Shades of Dixie #DC852F
Tints of Dixie #DC852F
RGB
CMYK
RGB Variations
Color information
#DC852F (or 0xDC852F) is known color: Dixie. HEX triplet: DC, 85 and 2F. RGB value is (220,133,47). Sum of RGB (Red+Green+Blue) = 220+133+47=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC852F is #237AD0. Grayscale: #959595. Windows color (decimal): -2325201 or 3114460. OLE color: 3114460.
HSL color Cylindrical-coordinate representation of color #DC852F: hue angle of 29.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC852F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 47 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.14 |
| HSL | 29.83º | 0.71% | 0.52% | - |
| HSV(B) | 29.83º | 0.79% | 0.86% | - |
| XYZ | 38.42 | 32.2 | 6.88 | - |
| YUV | 149.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 47 | 0 | 0.40 | 0.79 | 0.14 | 29.83 | 0.71 | 0.52 |
| Hex | DC | 85 | 2F | 0 | 28 | 4F | E | 1E | 47 | 34 |
| Octal | 334 | 205 | 57 | 0 | 50 | 117 | 16 | 36 | 107 | 64 |
| Binary | 11011100 | 10000101 | 101111 | 0 | 101000 | 1001111 | 1110 | 11110 | 1000111 | 110100 |
Color Harmonies of #DC852F
Complementary color
Monochromatic Colors of #DC852F
Black with #DC852F
Text Example
Text Example
White with #DC852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC852F; }
p { color: rgb(220,133,47); }
H1.HeaderClassName
{
color: #DC852F;
}
.AnyTagClassName
{
color: #DC852F;
}
</style>
background-color css
<style>
a { background-color: #DC852F; }
a { background-color: rgb(220,133,47); }
div.DivClassName
{
background-color: #DC852F;
}
.BgClassName
{
background-color: #DC852F;
}
</style>
border-color css
<style>
span { border-color: #DC852F; }
span { border-color: rgb(220,133,47); }
td.TdClassName
{
border-color: #DC852F;
}
.TagClassName
{
border-color: #DC852F;
}
</style>