Shades of Dixie #CB8A32
Tints of Dixie #CB8A32
RGB
CMYK
RGB Variations
Color information
#CB8A32 (or 0xCB8A32) is known color: Dixie. HEX triplet: CB, 8A and 32. RGB value is (203,138,50). Sum of RGB (Red+Green+Blue) = 203+138+50=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A32 is #3475CD. Grayscale: #939393. Windows color (decimal): -3438030 or 3312331. OLE color: 3312331.
HSL color Cylindrical-coordinate representation of color #CB8A32: hue angle of 34.51º 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 #CB8A32 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 50 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.20 |
| HSL | 34.51º | 0.6% | 0.5% | - |
| HSV(B) | 34.51º | 0.75% | 0.8% | - |
| XYZ | 34.29 | 31.1 | 7.21 | - |
| YUV | 147.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 50 | 0 | 0.32 | 0.75 | 0.20 | 34.51 | 0.6 | 0.5 |
| Hex | CB | 8A | 32 | 0 | 20 | 4B | 14 | 23 | 3C | 32 |
| Octal | 313 | 212 | 62 | 0 | 40 | 113 | 24 | 43 | 74 | 62 |
| Binary | 11001011 | 10001010 | 110010 | 0 | 100000 | 1001011 | 10100 | 100011 | 111100 | 110010 |
Color Harmonies of #CB8A32
Complementary color
Monochromatic Colors of #CB8A32
Black with #CB8A32
Text Example
Text Example
White with #CB8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A32; }
p { color: rgb(203,138,50); }
H1.HeaderClassName
{
color: #CB8A32;
}
.AnyTagClassName
{
color: #CB8A32;
}
</style>
background-color css
<style>
a { background-color: #CB8A32; }
a { background-color: rgb(203,138,50); }
div.DivClassName
{
background-color: #CB8A32;
}
.BgClassName
{
background-color: #CB8A32;
}
</style>
border-color css
<style>
span { border-color: #CB8A32; }
span { border-color: rgb(203,138,50); }
td.TdClassName
{
border-color: #CB8A32;
}
.TagClassName
{
border-color: #CB8A32;
}
</style>