Shades of Dixie #DC8730
Tints of Dixie #DC8730
RGB
CMYK
RGB Variations
Color information
#DC8730 (or 0xDC8730) is known color: Dixie. HEX triplet: DC, 87 and 30. RGB value is (220,135,48). Sum of RGB (Red+Green+Blue) = 220+135+48=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8730 is #2378CF. Grayscale: #969696. Windows color (decimal): -2324688 or 3180508. OLE color: 3180508.
HSL color Cylindrical-coordinate representation of color #DC8730: hue angle of 30.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC8730 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 48 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.14 |
| HSL | 30.35º | 0.71% | 0.53% | - |
| HSV(B) | 30.35º | 0.78% | 0.86% | - |
| XYZ | 38.71 | 32.76 | 7.08 | - |
| YUV | 150.5 | 70.16 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 48 | 0 | 0.39 | 0.78 | 0.14 | 30.35 | 0.71 | 0.53 |
| Hex | DC | 87 | 30 | 0 | 27 | 4E | E | 1E | 47 | 35 |
| Octal | 334 | 207 | 60 | 0 | 47 | 116 | 16 | 36 | 107 | 65 |
| Binary | 11011100 | 10000111 | 110000 | 0 | 100111 | 1001110 | 1110 | 11110 | 1000111 | 110101 |
Color Harmonies of #DC8730
Complementary color
Monochromatic Colors of #DC8730
Black with #DC8730
Text Example
Text Example
White with #DC8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8730; }
p { color: rgb(220,135,48); }
H1.HeaderClassName
{
color: #DC8730;
}
.AnyTagClassName
{
color: #DC8730;
}
</style>
background-color css
<style>
a { background-color: #DC8730; }
a { background-color: rgb(220,135,48); }
div.DivClassName
{
background-color: #DC8730;
}
.BgClassName
{
background-color: #DC8730;
}
</style>
border-color css
<style>
span { border-color: #DC8730; }
span { border-color: rgb(220,135,48); }
td.TdClassName
{
border-color: #DC8730;
}
.TagClassName
{
border-color: #DC8730;
}
</style>