Shades of Dixie #CD892C
Tints of Dixie #CD892C
RGB
CMYK
RGB Variations
Color information
#CD892C (or 0xCD892C) is known color: Dixie. HEX triplet: CD, 89 and 2C. RGB value is (205,137,44). Sum of RGB (Red+Green+Blue) = 205+137+44=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD892C is #3276D3. Grayscale: #939393. Windows color (decimal): -3307220 or 2918861. OLE color: 2918861.
HSL color Cylindrical-coordinate representation of color #CD892C: hue angle of 34.66º 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 #CD892C is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 44 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.20 |
| HSL | 34.66º | 0.65% | 0.49% | - |
| HSV(B) | 34.66º | 0.79% | 0.8% | - |
| XYZ | 34.58 | 31.05 | 6.55 | - |
| YUV | 146.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 44 | 0 | 0.33 | 0.79 | 0.20 | 34.66 | 0.65 | 0.49 |
| Hex | CD | 89 | 2C | 0 | 21 | 4F | 14 | 23 | 41 | 31 |
| Octal | 315 | 211 | 54 | 0 | 41 | 117 | 24 | 43 | 101 | 61 |
| Binary | 11001101 | 10001001 | 101100 | 0 | 100001 | 1001111 | 10100 | 100011 | 1000001 | 110001 |
Color Harmonies of #CD892C
Complementary color
Monochromatic Colors of #CD892C
Black with #CD892C
Text Example
Text Example
White with #CD892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD892C; }
p { color: rgb(205,137,44); }
H1.HeaderClassName
{
color: #CD892C;
}
.AnyTagClassName
{
color: #CD892C;
}
</style>
background-color css
<style>
a { background-color: #CD892C; }
a { background-color: rgb(205,137,44); }
div.DivClassName
{
background-color: #CD892C;
}
.BgClassName
{
background-color: #CD892C;
}
</style>
border-color css
<style>
span { border-color: #CD892C; }
span { border-color: rgb(205,137,44); }
td.TdClassName
{
border-color: #CD892C;
}
.TagClassName
{
border-color: #CD892C;
}
</style>