Shades of Dixie #CD822C
Tints of Dixie #CD822C
RGB
CMYK
RGB Variations
Color information
#CD822C (or 0xCD822C) is known color: Dixie. HEX triplet: CD, 82 and 2C. RGB value is (205,130,44). Sum of RGB (Red+Green+Blue) = 205+130+44=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD822C is #327DD3. Grayscale: #8F8F8F. Windows color (decimal): -3309012 or 2917069. OLE color: 2917069.
HSL color Cylindrical-coordinate representation of color #CD822C: hue angle of 32.05º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD822C is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 44 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.20 |
| HSL | 32.05º | 0.65% | 0.49% | - |
| HSV(B) | 32.05º | 0.79% | 0.8% | - |
| XYZ | 33.61 | 29.13 | 6.23 | - |
| YUV | 142.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 44 | 0 | 0.37 | 0.79 | 0.20 | 32.05 | 0.65 | 0.49 |
| Hex | CD | 82 | 2C | 0 | 25 | 4F | 14 | 20 | 41 | 31 |
| Octal | 315 | 202 | 54 | 0 | 45 | 117 | 24 | 40 | 101 | 61 |
| Binary | 11001101 | 10000010 | 101100 | 0 | 100101 | 1001111 | 10100 | 100000 | 1000001 | 110001 |
Color Harmonies of #CD822C
Complementary color
Monochromatic Colors of #CD822C
Black with #CD822C
Text Example
Text Example
White with #CD822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD822C; }
p { color: rgb(205,130,44); }
H1.HeaderClassName
{
color: #CD822C;
}
.AnyTagClassName
{
color: #CD822C;
}
</style>
background-color css
<style>
a { background-color: #CD822C; }
a { background-color: rgb(205,130,44); }
div.DivClassName
{
background-color: #CD822C;
}
.BgClassName
{
background-color: #CD822C;
}
</style>
border-color css
<style>
span { border-color: #CD822C; }
span { border-color: rgb(205,130,44); }
td.TdClassName
{
border-color: #CD822C;
}
.TagClassName
{
border-color: #CD822C;
}
</style>