Shades of Golden Bell #CC8439
Tints of Golden Bell #CC8439
RGB
CMYK
RGB Variations
Color information
#CC8439 (or 0xCC8439) is known color: Golden Bell. HEX triplet: CC, 84 and 39. RGB value is (204,132,57). Sum of RGB (Red+Green+Blue) = 204+132+57=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8439 is #337BC6. Grayscale: #919191. Windows color (decimal): -3374023 or 3769548. OLE color: 3769548.
HSL color Cylindrical-coordinate representation of color #CC8439: hue angle of 30.61º 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 #CC8439 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 57 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.2 |
| HSL | 30.61º | 0.59% | 0.51% | - |
| HSV(B) | 30.61º | 0.72% | 0.8% | - |
| XYZ | 33.89 | 29.64 | 7.8 | - |
| YUV | 144.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 57 | 0 | 0.35 | 0.72 | 0.2 | 30.61 | 0.59 | 0.51 |
| Hex | CC | 84 | 39 | 0 | 23 | 48 | 14 | 1F | 3B | 33 |
| Octal | 314 | 204 | 71 | 0 | 43 | 110 | 24 | 37 | 73 | 63 |
| Binary | 11001100 | 10000100 | 111001 | 0 | 100011 | 1001000 | 10100 | 11111 | 111011 | 110011 |
Color Harmonies of #CC8439
Complementary color
Monochromatic Colors of #CC8439
Black with #CC8439
Text Example
Text Example
White with #CC8439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8439; }
p { color: rgb(204,132,57); }
H1.HeaderClassName
{
color: #CC8439;
}
.AnyTagClassName
{
color: #CC8439;
}
</style>
background-color css
<style>
a { background-color: #CC8439; }
a { background-color: rgb(204,132,57); }
div.DivClassName
{
background-color: #CC8439;
}
.BgClassName
{
background-color: #CC8439;
}
</style>
border-color css
<style>
span { border-color: #CC8439; }
span { border-color: rgb(204,132,57); }
td.TdClassName
{
border-color: #CC8439;
}
.TagClassName
{
border-color: #CC8439;
}
</style>