Shades of Dixie #CB8A30
Tints of Dixie #CB8A30
RGB
CMYK
RGB Variations
Color information
#CB8A30 (or 0xCB8A30) is known color: Dixie. HEX triplet: CB, 8A and 30. RGB value is (203,138,48). Sum of RGB (Red+Green+Blue) = 203+138+48=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A30 is #3475CF. Grayscale: #939393. Windows color (decimal): -3438032 or 3181259. OLE color: 3181259.
HSL color Cylindrical-coordinate representation of color #CB8A30: hue angle of 34.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB8A30 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 48 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.20 |
| HSL | 34.84º | 0.62% | 0.49% | - |
| HSV(B) | 34.84º | 0.76% | 0.8% | - |
| XYZ | 34.25 | 31.09 | 6.99 | - |
| YUV | 147.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 48 | 0 | 0.32 | 0.76 | 0.20 | 34.84 | 0.62 | 0.49 |
| Hex | CB | 8A | 30 | 0 | 20 | 4C | 14 | 23 | 3E | 31 |
| Octal | 313 | 212 | 60 | 0 | 40 | 114 | 24 | 43 | 76 | 61 |
| Binary | 11001011 | 10001010 | 110000 | 0 | 100000 | 1001100 | 10100 | 100011 | 111110 | 110001 |
Color Harmonies of #CB8A30
Complementary color
Monochromatic Colors of #CB8A30
Black with #CB8A30
Text Example
Text Example
White with #CB8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A30; }
p { color: rgb(203,138,48); }
H1.HeaderClassName
{
color: #CB8A30;
}
.AnyTagClassName
{
color: #CB8A30;
}
</style>
background-color css
<style>
a { background-color: #CB8A30; }
a { background-color: rgb(203,138,48); }
div.DivClassName
{
background-color: #CB8A30;
}
.BgClassName
{
background-color: #CB8A30;
}
</style>
border-color css
<style>
span { border-color: #CB8A30; }
span { border-color: rgb(203,138,48); }
td.TdClassName
{
border-color: #CB8A30;
}
.TagClassName
{
border-color: #CB8A30;
}
</style>