Shades of Dixie #CB8932
Tints of Dixie #CB8932
RGB
CMYK
RGB Variations
Color information
#CB8932 (or 0xCB8932) is known color: Dixie. HEX triplet: CB, 89 and 32. RGB value is (203,137,50). Sum of RGB (Red+Green+Blue) = 203+137+50=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8932 is #3476CD. Grayscale: #939393. Windows color (decimal): -3438286 or 3312075. OLE color: 3312075.
HSL color Cylindrical-coordinate representation of color #CB8932: hue angle of 34.12º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB8932 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 50 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.20 |
| HSL | 34.12º | 0.6% | 0.5% | - |
| HSV(B) | 34.12º | 0.75% | 0.8% | - |
| XYZ | 34.15 | 30.82 | 7.17 | - |
| YUV | 146.82 | 73.37 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 50 | 0 | 0.33 | 0.75 | 0.20 | 34.12 | 0.6 | 0.5 |
| Hex | CB | 89 | 32 | 0 | 21 | 4B | 14 | 22 | 3C | 32 |
| Octal | 313 | 211 | 62 | 0 | 41 | 113 | 24 | 42 | 74 | 62 |
| Binary | 11001011 | 10001001 | 110010 | 0 | 100001 | 1001011 | 10100 | 100010 | 111100 | 110010 |
Color Harmonies of #CB8932
Complementary color
Monochromatic Colors of #CB8932
Black with #CB8932
Text Example
Text Example
White with #CB8932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8932; }
p { color: rgb(203,137,50); }
H1.HeaderClassName
{
color: #CB8932;
}
.AnyTagClassName
{
color: #CB8932;
}
</style>
background-color css
<style>
a { background-color: #CB8932; }
a { background-color: rgb(203,137,50); }
div.DivClassName
{
background-color: #CB8932;
}
.BgClassName
{
background-color: #CB8932;
}
</style>
border-color css
<style>
span { border-color: #CB8932; }
span { border-color: rgb(203,137,50); }
td.TdClassName
{
border-color: #CB8932;
}
.TagClassName
{
border-color: #CB8932;
}
</style>