Shades of Dixie #CB882D
Tints of Dixie #CB882D
RGB
CMYK
RGB Variations
Color information
#CB882D (or 0xCB882D) is known color: Dixie. HEX triplet: CB, 88 and 2D. RGB value is (203,136,45). Sum of RGB (Red+Green+Blue) = 203+136+45=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB882D is #3477D2. Grayscale: #929292. Windows color (decimal): -3438547 or 2984139. OLE color: 2984139.
HSL color Cylindrical-coordinate representation of color #CB882D: hue angle of 34.56º 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 #CB882D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 45 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.20 |
| HSL | 34.56º | 0.64% | 0.49% | - |
| HSV(B) | 34.56º | 0.78% | 0.8% | - |
| XYZ | 33.91 | 30.49 | 6.58 | - |
| YUV | 145.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 45 | 0 | 0.33 | 0.78 | 0.20 | 34.56 | 0.64 | 0.49 |
| Hex | CB | 88 | 2D | 0 | 21 | 4E | 14 | 23 | 40 | 31 |
| Octal | 313 | 210 | 55 | 0 | 41 | 116 | 24 | 43 | 100 | 61 |
| Binary | 11001011 | 10001000 | 101101 | 0 | 100001 | 1001110 | 10100 | 100011 | 1000000 | 110001 |
Color Harmonies of #CB882D
Complementary color
Monochromatic Colors of #CB882D
Black with #CB882D
Text Example
Text Example
White with #CB882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB882D; }
p { color: rgb(203,136,45); }
H1.HeaderClassName
{
color: #CB882D;
}
.AnyTagClassName
{
color: #CB882D;
}
</style>
background-color css
<style>
a { background-color: #CB882D; }
a { background-color: rgb(203,136,45); }
div.DivClassName
{
background-color: #CB882D;
}
.BgClassName
{
background-color: #CB882D;
}
</style>
border-color css
<style>
span { border-color: #CB882D; }
span { border-color: rgb(203,136,45); }
td.TdClassName
{
border-color: #CB882D;
}
.TagClassName
{
border-color: #CB882D;
}
</style>