Shades of Dixie #CB8834
Tints of Dixie #CB8834
RGB
CMYK
RGB Variations
Color information
#CB8834 (or 0xCB8834) is known color: Dixie. HEX triplet: CB, 88 and 34. RGB value is (203,136,52). Sum of RGB (Red+Green+Blue) = 203+136+52=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8834 is #3477CB. Grayscale: #929292. Windows color (decimal): -3438540 or 3442891. OLE color: 3442891.
HSL color Cylindrical-coordinate representation of color #CB8834: hue angle of 33.38º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB8834 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 52 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.20 |
| HSL | 33.38º | 0.59% | 0.5% | - |
| HSV(B) | 33.38º | 0.74% | 0.8% | - |
| XYZ | 34.05 | 30.55 | 7.35 | - |
| YUV | 146.46 | 74.7 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 52 | 0 | 0.33 | 0.74 | 0.20 | 33.38 | 0.59 | 0.5 |
| Hex | CB | 88 | 34 | 0 | 21 | 4A | 14 | 21 | 3B | 32 |
| Octal | 313 | 210 | 64 | 0 | 41 | 112 | 24 | 41 | 73 | 62 |
| Binary | 11001011 | 10001000 | 110100 | 0 | 100001 | 1001010 | 10100 | 100001 | 111011 | 110010 |
Color Harmonies of #CB8834
Complementary color
Monochromatic Colors of #CB8834
Black with #CB8834
Text Example
Text Example
White with #CB8834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8834; }
p { color: rgb(203,136,52); }
H1.HeaderClassName
{
color: #CB8834;
}
.AnyTagClassName
{
color: #CB8834;
}
</style>
background-color css
<style>
a { background-color: #CB8834; }
a { background-color: rgb(203,136,52); }
div.DivClassName
{
background-color: #CB8834;
}
.BgClassName
{
background-color: #CB8834;
}
</style>
border-color css
<style>
span { border-color: #CB8834; }
span { border-color: rgb(203,136,52); }
td.TdClassName
{
border-color: #CB8834;
}
.TagClassName
{
border-color: #CB8834;
}
</style>