Shades of Golden Bell #CC8038
Tints of Golden Bell #CC8038
RGB
CMYK
RGB Variations
Color information
#CC8038 (or 0xCC8038) is known color: Golden Bell. HEX triplet: CC, 80 and 38. RGB value is (204,128,56). Sum of RGB (Red+Green+Blue) = 204+128+56=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8038 is #337FC7. Grayscale: #8E8E8E. Windows color (decimal): -3375048 or 3702988. OLE color: 3702988.
HSL color Cylindrical-coordinate representation of color #CC8038: hue angle of 29.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC8038 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 56 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.2 |
| HSL | 29.19º | 0.59% | 0.51% | - |
| HSV(B) | 29.19º | 0.73% | 0.8% | - |
| XYZ | 33.33 | 28.56 | 7.5 | - |
| YUV | 142.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 56 | 0 | 0.37 | 0.73 | 0.2 | 29.19 | 0.59 | 0.51 |
| Hex | CC | 80 | 38 | 0 | 25 | 49 | 14 | 1D | 3B | 33 |
| Octal | 314 | 200 | 70 | 0 | 45 | 111 | 24 | 35 | 73 | 63 |
| Binary | 11001100 | 10000000 | 111000 | 0 | 100101 | 1001001 | 10100 | 11101 | 111011 | 110011 |
Color Harmonies of #CC8038
Complementary color
Monochromatic Colors of #CC8038
Black with #CC8038
Text Example
Text Example
White with #CC8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8038; }
p { color: rgb(204,128,56); }
H1.HeaderClassName
{
color: #CC8038;
}
.AnyTagClassName
{
color: #CC8038;
}
</style>
background-color css
<style>
a { background-color: #CC8038; }
a { background-color: rgb(204,128,56); }
div.DivClassName
{
background-color: #CC8038;
}
.BgClassName
{
background-color: #CC8038;
}
</style>
border-color css
<style>
span { border-color: #CC8038; }
span { border-color: rgb(204,128,56); }
td.TdClassName
{
border-color: #CC8038;
}
.TagClassName
{
border-color: #CC8038;
}
</style>