Shades of Golden Bell #CC803A
Tints of Golden Bell #CC803A
RGB
CMYK
RGB Variations
Color information
#CC803A (or 0xCC803A) is known color: Golden Bell. HEX triplet: CC, 80 and 3A. RGB value is (204,128,58). Sum of RGB (Red+Green+Blue) = 204+128+58=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC803A is #337FC5. Grayscale: #8F8F8F. Windows color (decimal): -3375046 or 3834060. OLE color: 3834060.
HSL color Cylindrical-coordinate representation of color #CC803A: hue angle of 28.77º 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 #CC803A is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 58 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.2 |
| HSL | 28.77º | 0.59% | 0.51% | - |
| HSV(B) | 28.77º | 0.72% | 0.8% | - |
| XYZ | 33.38 | 28.58 | 7.76 | - |
| YUV | 142.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 58 | 0 | 0.37 | 0.72 | 0.2 | 28.77 | 0.59 | 0.51 |
| Hex | CC | 80 | 3A | 0 | 25 | 48 | 14 | 1D | 3B | 33 |
| Octal | 314 | 200 | 72 | 0 | 45 | 110 | 24 | 35 | 73 | 63 |
| Binary | 11001100 | 10000000 | 111010 | 0 | 100101 | 1001000 | 10100 | 11101 | 111011 | 110011 |
Color Harmonies of #CC803A
Complementary color
Monochromatic Colors of #CC803A
Black with #CC803A
Text Example
Text Example
White with #CC803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC803A; }
p { color: rgb(204,128,58); }
H1.HeaderClassName
{
color: #CC803A;
}
.AnyTagClassName
{
color: #CC803A;
}
</style>
background-color css
<style>
a { background-color: #CC803A; }
a { background-color: rgb(204,128,58); }
div.DivClassName
{
background-color: #CC803A;
}
.BgClassName
{
background-color: #CC803A;
}
</style>
border-color css
<style>
span { border-color: #CC803A; }
span { border-color: rgb(204,128,58); }
td.TdClassName
{
border-color: #CC803A;
}
.TagClassName
{
border-color: #CC803A;
}
</style>