Shades of Dixie #CB8333
Tints of Dixie #CB8333
RGB
CMYK
RGB Variations
Color information
#CB8333 (or 0xCB8333) is known color: Dixie. HEX triplet: CB, 83 and 33. RGB value is (203,131,51). Sum of RGB (Red+Green+Blue) = 203+131+51=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8333 is #347CCC. Grayscale: #8F8F8F. Windows color (decimal): -3439821 or 3376075. OLE color: 3376075.
HSL color Cylindrical-coordinate representation of color #CB8333: hue angle of 31.58º 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 #CB8333 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 51 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.20 |
| HSL | 31.58º | 0.6% | 0.5% | - |
| HSV(B) | 31.58º | 0.75% | 0.8% | - |
| XYZ | 33.34 | 29.17 | 7 | - |
| YUV | 143.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 51 | 0 | 0.35 | 0.75 | 0.20 | 31.58 | 0.6 | 0.5 |
| Hex | CB | 83 | 33 | 0 | 23 | 4B | 14 | 20 | 3C | 32 |
| Octal | 313 | 203 | 63 | 0 | 43 | 113 | 24 | 40 | 74 | 62 |
| Binary | 11001011 | 10000011 | 110011 | 0 | 100011 | 1001011 | 10100 | 100000 | 111100 | 110010 |
Color Harmonies of #CB8333
Complementary color
Monochromatic Colors of #CB8333
Black with #CB8333
Text Example
Text Example
White with #CB8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8333; }
p { color: rgb(203,131,51); }
H1.HeaderClassName
{
color: #CB8333;
}
.AnyTagClassName
{
color: #CB8333;
}
</style>
background-color css
<style>
a { background-color: #CB8333; }
a { background-color: rgb(203,131,51); }
div.DivClassName
{
background-color: #CB8333;
}
.BgClassName
{
background-color: #CB8333;
}
</style>
border-color css
<style>
span { border-color: #CB8333; }
span { border-color: rgb(203,131,51); }
td.TdClassName
{
border-color: #CB8333;
}
.TagClassName
{
border-color: #CB8333;
}
</style>