Shades of Golden Bell #CC803B
Tints of Golden Bell #CC803B
RGB
CMYK
RGB Variations
Color information
#CC803B (or 0xCC803B) is known color: Golden Bell. HEX triplet: CC, 80 and 3B. RGB value is (204,128,59). Sum of RGB (Red+Green+Blue) = 204+128+59=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC803B is #337FC4. Grayscale: #8F8F8F. Windows color (decimal): -3375045 or 3899596. OLE color: 3899596.
HSL color Cylindrical-coordinate representation of color #CC803B: hue angle of 28.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC803B is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 59 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.2 |
| HSL | 28.55º | 0.59% | 0.52% | - |
| HSV(B) | 28.55º | 0.71% | 0.8% | - |
| XYZ | 33.41 | 28.59 | 7.9 | - |
| YUV | 142.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 59 | 0 | 0.37 | 0.71 | 0.2 | 28.55 | 0.59 | 0.52 |
| Hex | CC | 80 | 3B | 0 | 25 | 47 | 14 | 1D | 3B | 34 |
| Octal | 314 | 200 | 73 | 0 | 45 | 107 | 24 | 35 | 73 | 64 |
| Binary | 11001100 | 10000000 | 111011 | 0 | 100101 | 1000111 | 10100 | 11101 | 111011 | 110100 |
Color Harmonies of #CC803B
Complementary color
Monochromatic Colors of #CC803B
Black with #CC803B
Text Example
Text Example
White with #CC803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC803B; }
p { color: rgb(204,128,59); }
H1.HeaderClassName
{
color: #CC803B;
}
.AnyTagClassName
{
color: #CC803B;
}
</style>
background-color css
<style>
a { background-color: #CC803B; }
a { background-color: rgb(204,128,59); }
div.DivClassName
{
background-color: #CC803B;
}
.BgClassName
{
background-color: #CC803B;
}
</style>
border-color css
<style>
span { border-color: #CC803B; }
span { border-color: rgb(204,128,59); }
td.TdClassName
{
border-color: #CC803B;
}
.TagClassName
{
border-color: #CC803B;
}
</style>