Shades of Dixie #CB802B
Tints of Dixie #CB802B
RGB
CMYK
RGB Variations
Color information
#CB802B (or 0xCB802B) is known color: Dixie. HEX triplet: CB, 80 and 2B. RGB value is (203,128,43). Sum of RGB (Red+Green+Blue) = 203+128+43=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB802B is #347FD4. Grayscale: #8D8D8D. Windows color (decimal): -3440597 or 2851019. OLE color: 2851019.
HSL color Cylindrical-coordinate representation of color #CB802B: hue angle of 31.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB802B is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 43 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.20 |
| HSL | 31.88º | 0.65% | 0.48% | - |
| HSV(B) | 31.88º | 0.79% | 0.8% | - |
| XYZ | 32.78 | 28.31 | 6.02 | - |
| YUV | 140.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 43 | 0 | 0.37 | 0.79 | 0.20 | 31.88 | 0.65 | 0.48 |
| Hex | CB | 80 | 2B | 0 | 25 | 4F | 14 | 20 | 41 | 30 |
| Octal | 313 | 200 | 53 | 0 | 45 | 117 | 24 | 40 | 101 | 60 |
| Binary | 11001011 | 10000000 | 101011 | 0 | 100101 | 1001111 | 10100 | 100000 | 1000001 | 110000 |
Color Harmonies of #CB802B
Complementary color
Monochromatic Colors of #CB802B
Black with #CB802B
Text Example
Text Example
White with #CB802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB802B; }
p { color: rgb(203,128,43); }
H1.HeaderClassName
{
color: #CB802B;
}
.AnyTagClassName
{
color: #CB802B;
}
</style>
background-color css
<style>
a { background-color: #CB802B; }
a { background-color: rgb(203,128,43); }
div.DivClassName
{
background-color: #CB802B;
}
.BgClassName
{
background-color: #CB802B;
}
</style>
border-color css
<style>
span { border-color: #CB802B; }
span { border-color: rgb(203,128,43); }
td.TdClassName
{
border-color: #CB802B;
}
.TagClassName
{
border-color: #CB802B;
}
</style>