Shades of Dixie #CD882D
Tints of Dixie #CD882D
RGB
CMYK
RGB Variations
Color information
#CD882D (or 0xCD882D) is known color: Dixie. HEX triplet: CD, 88 and 2D. RGB value is (205,136,45). Sum of RGB (Red+Green+Blue) = 205+136+45=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD882D is #3277D2. Grayscale: #929292. Windows color (decimal): -3307475 or 2984141. OLE color: 2984141.
HSL color Cylindrical-coordinate representation of color #CD882D: hue angle of 34.12º 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 #CD882D is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 45 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.20 |
| HSL | 34.13º | 0.64% | 0.49% | - |
| HSV(B) | 34.13º | 0.78% | 0.8% | - |
| XYZ | 34.45 | 30.78 | 6.61 | - |
| YUV | 146.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 45 | 0 | 0.34 | 0.78 | 0.20 | 34.13 | 0.64 | 0.49 |
| Hex | CD | 88 | 2D | 0 | 22 | 4E | 14 | 22 | 40 | 31 |
| Octal | 315 | 210 | 55 | 0 | 42 | 116 | 24 | 42 | 100 | 61 |
| Binary | 11001101 | 10001000 | 101101 | 0 | 100010 | 1001110 | 10100 | 100010 | 1000000 | 110001 |
Color Harmonies of #CD882D
Complementary color
Monochromatic Colors of #CD882D
Black with #CD882D
Text Example
Text Example
White with #CD882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD882D; }
p { color: rgb(205,136,45); }
H1.HeaderClassName
{
color: #CD882D;
}
.AnyTagClassName
{
color: #CD882D;
}
</style>
background-color css
<style>
a { background-color: #CD882D; }
a { background-color: rgb(205,136,45); }
div.DivClassName
{
background-color: #CD882D;
}
.BgClassName
{
background-color: #CD882D;
}
</style>
border-color css
<style>
span { border-color: #CD882D; }
span { border-color: rgb(205,136,45); }
td.TdClassName
{
border-color: #CD882D;
}
.TagClassName
{
border-color: #CD882D;
}
</style>