Shades of Dixie #CD882C
Tints of Dixie #CD882C
RGB
CMYK
RGB Variations
Color information
#CD882C (or 0xCD882C) is known color: Dixie. HEX triplet: CD, 88 and 2C. RGB value is (205,136,44). Sum of RGB (Red+Green+Blue) = 205+136+44=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD882C is #3277D3. Grayscale: #929292. Windows color (decimal): -3307476 or 2918605. OLE color: 2918605.
HSL color Cylindrical-coordinate representation of color #CD882C: hue angle of 34.29º 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 #CD882C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 44 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.20 |
| HSL | 34.29º | 0.65% | 0.49% | - |
| HSV(B) | 34.29º | 0.79% | 0.8% | - |
| XYZ | 34.44 | 30.77 | 6.51 | - |
| YUV | 146.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 44 | 0 | 0.34 | 0.79 | 0.20 | 34.29 | 0.65 | 0.49 |
| Hex | CD | 88 | 2C | 0 | 22 | 4F | 14 | 22 | 41 | 31 |
| Octal | 315 | 210 | 54 | 0 | 42 | 117 | 24 | 42 | 101 | 61 |
| Binary | 11001101 | 10001000 | 101100 | 0 | 100010 | 1001111 | 10100 | 100010 | 1000001 | 110001 |
Color Harmonies of #CD882C
Complementary color
Monochromatic Colors of #CD882C
Black with #CD882C
Text Example
Text Example
White with #CD882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD882C; }
p { color: rgb(205,136,44); }
H1.HeaderClassName
{
color: #CD882C;
}
.AnyTagClassName
{
color: #CD882C;
}
</style>
background-color css
<style>
a { background-color: #CD882C; }
a { background-color: rgb(205,136,44); }
div.DivClassName
{
background-color: #CD882C;
}
.BgClassName
{
background-color: #CD882C;
}
</style>
border-color css
<style>
span { border-color: #CD882C; }
span { border-color: rgb(205,136,44); }
td.TdClassName
{
border-color: #CD882C;
}
.TagClassName
{
border-color: #CD882C;
}
</style>