Shades of Dixie #CD8A2D
Tints of Dixie #CD8A2D
RGB
CMYK
RGB Variations
Color information
#CD8A2D (or 0xCD8A2D) is known color: Dixie. HEX triplet: CD, 8A and 2D. RGB value is (205,138,45). Sum of RGB (Red+Green+Blue) = 205+138+45=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8A2D is #3275D2. Grayscale: #939393. Windows color (decimal): -3306963 or 2984653. OLE color: 2984653.
HSL color Cylindrical-coordinate representation of color #CD8A2D: hue angle of 34.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 #CD8A2D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 45 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.20 |
| HSL | 34.88º | 0.64% | 0.49% | - |
| HSV(B) | 34.88º | 0.78% | 0.8% | - |
| XYZ | 34.74 | 31.35 | 6.7 | - |
| YUV | 147.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 45 | 0 | 0.33 | 0.78 | 0.20 | 34.88 | 0.64 | 0.49 |
| Hex | CD | 8A | 2D | 0 | 21 | 4E | 14 | 23 | 40 | 31 |
| Octal | 315 | 212 | 55 | 0 | 41 | 116 | 24 | 43 | 100 | 61 |
| Binary | 11001101 | 10001010 | 101101 | 0 | 100001 | 1001110 | 10100 | 100011 | 1000000 | 110001 |
Color Harmonies of #CD8A2D
Complementary color
Monochromatic Colors of #CD8A2D
Black with #CD8A2D
Text Example
Text Example
White with #CD8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A2D; }
p { color: rgb(205,138,45); }
H1.HeaderClassName
{
color: #CD8A2D;
}
.AnyTagClassName
{
color: #CD8A2D;
}
</style>
background-color css
<style>
a { background-color: #CD8A2D; }
a { background-color: rgb(205,138,45); }
div.DivClassName
{
background-color: #CD8A2D;
}
.BgClassName
{
background-color: #CD8A2D;
}
</style>
border-color css
<style>
span { border-color: #CD8A2D; }
span { border-color: rgb(205,138,45); }
td.TdClassName
{
border-color: #CD8A2D;
}
.TagClassName
{
border-color: #CD8A2D;
}
</style>