Shades of Dixie #CD812D
Tints of Dixie #CD812D
RGB
CMYK
RGB Variations
Color information
#CD812D (or 0xCD812D) is known color: Dixie. HEX triplet: CD, 81 and 2D. RGB value is (205,129,45). Sum of RGB (Red+Green+Blue) = 205+129+45=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD812D is #327ED2. Grayscale: #8E8E8E. Windows color (decimal): -3309267 or 2982349. OLE color: 2982349.
HSL color Cylindrical-coordinate representation of color #CD812D: hue angle of 31.5º 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 #CD812D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 45 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.20 |
| HSL | 31.5º | 0.64% | 0.49% | - |
| HSV(B) | 31.5º | 0.78% | 0.8% | - |
| XYZ | 33.5 | 28.87 | 6.29 | - |
| YUV | 142.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 45 | 0 | 0.37 | 0.78 | 0.20 | 31.5 | 0.64 | 0.49 |
| Hex | CD | 81 | 2D | 0 | 25 | 4E | 14 | 1F | 40 | 31 |
| Octal | 315 | 201 | 55 | 0 | 45 | 116 | 24 | 37 | 100 | 61 |
| Binary | 11001101 | 10000001 | 101101 | 0 | 100101 | 1001110 | 10100 | 11111 | 1000000 | 110001 |
Color Harmonies of #CD812D
Complementary color
Monochromatic Colors of #CD812D
Black with #CD812D
Text Example
Text Example
White with #CD812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD812D; }
p { color: rgb(205,129,45); }
H1.HeaderClassName
{
color: #CD812D;
}
.AnyTagClassName
{
color: #CD812D;
}
</style>
background-color css
<style>
a { background-color: #CD812D; }
a { background-color: rgb(205,129,45); }
div.DivClassName
{
background-color: #CD812D;
}
.BgClassName
{
background-color: #CD812D;
}
</style>
border-color css
<style>
span { border-color: #CD812D; }
span { border-color: rgb(205,129,45); }
td.TdClassName
{
border-color: #CD812D;
}
.TagClassName
{
border-color: #CD812D;
}
</style>