Shades of Dixie #CD822D
Tints of Dixie #CD822D
RGB
CMYK
RGB Variations
Color information
#CD822D (or 0xCD822D) is known color: Dixie. HEX triplet: CD, 82 and 2D. RGB value is (205,130,45). Sum of RGB (Red+Green+Blue) = 205+130+45=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD822D is #327DD2. Grayscale: #8F8F8F. Windows color (decimal): -3309011 or 2982605. OLE color: 2982605.
HSL color Cylindrical-coordinate representation of color #CD822D: hue angle of 31.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD822D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 45 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.20 |
| HSL | 31.88º | 0.64% | 0.49% | - |
| HSV(B) | 31.88º | 0.78% | 0.8% | - |
| XYZ | 33.63 | 29.13 | 6.33 | - |
| YUV | 142.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 45 | 0 | 0.37 | 0.78 | 0.20 | 31.88 | 0.64 | 0.49 |
| Hex | CD | 82 | 2D | 0 | 25 | 4E | 14 | 20 | 40 | 31 |
| Octal | 315 | 202 | 55 | 0 | 45 | 116 | 24 | 40 | 100 | 61 |
| Binary | 11001101 | 10000010 | 101101 | 0 | 100101 | 1001110 | 10100 | 100000 | 1000000 | 110001 |
Color Harmonies of #CD822D
Complementary color
Monochromatic Colors of #CD822D
Black with #CD822D
Text Example
Text Example
White with #CD822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD822D; }
p { color: rgb(205,130,45); }
H1.HeaderClassName
{
color: #CD822D;
}
.AnyTagClassName
{
color: #CD822D;
}
</style>
background-color css
<style>
a { background-color: #CD822D; }
a { background-color: rgb(205,130,45); }
div.DivClassName
{
background-color: #CD822D;
}
.BgClassName
{
background-color: #CD822D;
}
</style>
border-color css
<style>
span { border-color: #CD822D; }
span { border-color: rgb(205,130,45); }
td.TdClassName
{
border-color: #CD822D;
}
.TagClassName
{
border-color: #CD822D;
}
</style>