Shades of Golden Bell #CC8639
Tints of Golden Bell #CC8639
RGB
CMYK
RGB Variations
Color information
#CC8639 (or 0xCC8639) is known color: Golden Bell. HEX triplet: CC, 86 and 39. RGB value is (204,134,57). Sum of RGB (Red+Green+Blue) = 204+134+57=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8639 is #3379C6. Grayscale: #929292. Windows color (decimal): -3373511 or 3770060. OLE color: 3770060.
HSL color Cylindrical-coordinate representation of color #CC8639: hue angle of 31.43º 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 #CC8639 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 57 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.2 |
| HSL | 31.43º | 0.59% | 0.51% | - |
| HSV(B) | 31.43º | 0.72% | 0.8% | - |
| XYZ | 34.17 | 30.18 | 7.9 | - |
| YUV | 146.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 57 | 0 | 0.34 | 0.72 | 0.2 | 31.43 | 0.59 | 0.51 |
| Hex | CC | 86 | 39 | 0 | 22 | 48 | 14 | 1F | 3B | 33 |
| Octal | 314 | 206 | 71 | 0 | 42 | 110 | 24 | 37 | 73 | 63 |
| Binary | 11001100 | 10000110 | 111001 | 0 | 100010 | 1001000 | 10100 | 11111 | 111011 | 110011 |
Color Harmonies of #CC8639
Complementary color
Monochromatic Colors of #CC8639
Black with #CC8639
Text Example
Text Example
White with #CC8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8639; }
p { color: rgb(204,134,57); }
H1.HeaderClassName
{
color: #CC8639;
}
.AnyTagClassName
{
color: #CC8639;
}
</style>
background-color css
<style>
a { background-color: #CC8639; }
a { background-color: rgb(204,134,57); }
div.DivClassName
{
background-color: #CC8639;
}
.BgClassName
{
background-color: #CC8639;
}
</style>
border-color css
<style>
span { border-color: #CC8639; }
span { border-color: rgb(204,134,57); }
td.TdClassName
{
border-color: #CC8639;
}
.TagClassName
{
border-color: #CC8639;
}
</style>