Shades of Dixie #CD852D
Tints of Dixie #CD852D
RGB
CMYK
RGB Variations
Color information
#CD852D (or 0xCD852D) is known color: Dixie. HEX triplet: CD, 85 and 2D. RGB value is (205,133,45). Sum of RGB (Red+Green+Blue) = 205+133+45=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD852D is #327AD2. Grayscale: #909090. Windows color (decimal): -3308243 or 2983373. OLE color: 2983373.
HSL color Cylindrical-coordinate representation of color #CD852D: hue angle of 33º 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 #CD852D is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 45 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.20 |
| HSL | 33º | 0.64% | 0.49% | - |
| HSV(B) | 33º | 0.78% | 0.8% | - |
| XYZ | 34.04 | 29.94 | 6.47 | - |
| YUV | 144.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 45 | 0 | 0.35 | 0.78 | 0.20 | 33 | 0.64 | 0.49 |
| Hex | CD | 85 | 2D | 0 | 23 | 4E | 14 | 21 | 40 | 31 |
| Octal | 315 | 205 | 55 | 0 | 43 | 116 | 24 | 41 | 100 | 61 |
| Binary | 11001101 | 10000101 | 101101 | 0 | 100011 | 1001110 | 10100 | 100001 | 1000000 | 110001 |
Color Harmonies of #CD852D
Complementary color
Monochromatic Colors of #CD852D
Black with #CD852D
Text Example
Text Example
White with #CD852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD852D; }
p { color: rgb(205,133,45); }
H1.HeaderClassName
{
color: #CD852D;
}
.AnyTagClassName
{
color: #CD852D;
}
</style>
background-color css
<style>
a { background-color: #CD852D; }
a { background-color: rgb(205,133,45); }
div.DivClassName
{
background-color: #CD852D;
}
.BgClassName
{
background-color: #CD852D;
}
</style>
border-color css
<style>
span { border-color: #CD852D; }
span { border-color: rgb(205,133,45); }
td.TdClassName
{
border-color: #CD852D;
}
.TagClassName
{
border-color: #CD852D;
}
</style>