Shades of Golden Bell #CC8838
Tints of Golden Bell #CC8838
RGB
CMYK
RGB Variations
Color information
#CC8838 (or 0xCC8838) is known color: Golden Bell. HEX triplet: CC, 88 and 38. RGB value is (204,136,56). Sum of RGB (Red+Green+Blue) = 204+136+56=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8838 is #3377C7. Grayscale: #939393. Windows color (decimal): -3373000 or 3705036. OLE color: 3705036.
HSL color Cylindrical-coordinate representation of color #CC8838: hue angle of 32.43º 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 #CC8838 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 56 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.2 |
| HSL | 32.43º | 0.59% | 0.51% | - |
| HSV(B) | 32.43º | 0.73% | 0.8% | - |
| XYZ | 34.42 | 30.73 | 7.86 | - |
| YUV | 147.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 56 | 0 | 0.33 | 0.73 | 0.2 | 32.43 | 0.59 | 0.51 |
| Hex | CC | 88 | 38 | 0 | 21 | 49 | 14 | 20 | 3B | 33 |
| Octal | 314 | 210 | 70 | 0 | 41 | 111 | 24 | 40 | 73 | 63 |
| Binary | 11001100 | 10001000 | 111000 | 0 | 100001 | 1001001 | 10100 | 100000 | 111011 | 110011 |
Color Harmonies of #CC8838
Complementary color
Monochromatic Colors of #CC8838
Black with #CC8838
Text Example
Text Example
White with #CC8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8838; }
p { color: rgb(204,136,56); }
H1.HeaderClassName
{
color: #CC8838;
}
.AnyTagClassName
{
color: #CC8838;
}
</style>
background-color css
<style>
a { background-color: #CC8838; }
a { background-color: rgb(204,136,56); }
div.DivClassName
{
background-color: #CC8838;
}
.BgClassName
{
background-color: #CC8838;
}
</style>
border-color css
<style>
span { border-color: #CC8838; }
span { border-color: rgb(204,136,56); }
td.TdClassName
{
border-color: #CC8838;
}
.TagClassName
{
border-color: #CC8838;
}
</style>