Shades of Dixie #CB8938
Tints of Dixie #CB8938
RGB
CMYK
RGB Variations
Color information
#CB8938 (or 0xCB8938) is known color: Dixie. HEX triplet: CB, 89 and 38. RGB value is (203,137,56). Sum of RGB (Red+Green+Blue) = 203+137+56=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8938 is #3476C7. Grayscale: #939393. Windows color (decimal): -3438280 or 3705291. OLE color: 3705291.
HSL color Cylindrical-coordinate representation of color #CB8938: hue angle of 33.06º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB8938 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 56 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.20 |
| HSL | 33.06º | 0.59% | 0.51% | - |
| HSV(B) | 33.06º | 0.72% | 0.8% | - |
| XYZ | 34.29 | 30.87 | 7.89 | - |
| YUV | 147.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 56 | 0 | 0.33 | 0.72 | 0.20 | 33.06 | 0.59 | 0.51 |
| Hex | CB | 89 | 38 | 0 | 21 | 48 | 14 | 21 | 3B | 33 |
| Octal | 313 | 211 | 70 | 0 | 41 | 110 | 24 | 41 | 73 | 63 |
| Binary | 11001011 | 10001001 | 111000 | 0 | 100001 | 1001000 | 10100 | 100001 | 111011 | 110011 |
Color Harmonies of #CB8938
Complementary color
Monochromatic Colors of #CB8938
Black with #CB8938
Text Example
Text Example
White with #CB8938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8938; }
p { color: rgb(203,137,56); }
H1.HeaderClassName
{
color: #CB8938;
}
.AnyTagClassName
{
color: #CB8938;
}
</style>
background-color css
<style>
a { background-color: #CB8938; }
a { background-color: rgb(203,137,56); }
div.DivClassName
{
background-color: #CB8938;
}
.BgClassName
{
background-color: #CB8938;
}
</style>
border-color css
<style>
span { border-color: #CB8938; }
span { border-color: rgb(203,137,56); }
td.TdClassName
{
border-color: #CB8938;
}
.TagClassName
{
border-color: #CB8938;
}
</style>