Shades of Golden Bell #CC8539
Tints of Golden Bell #CC8539
RGB
CMYK
RGB Variations
Color information
#CC8539 (or 0xCC8539) is known color: Golden Bell. HEX triplet: CC, 85 and 39. RGB value is (204,133,57). Sum of RGB (Red+Green+Blue) = 204+133+57=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8539 is #337AC6. Grayscale: #919191. Windows color (decimal): -3373767 or 3769804. OLE color: 3769804.
HSL color Cylindrical-coordinate representation of color #CC8539: hue angle of 31.02º 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 #CC8539 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 57 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.2 |
| HSL | 31.02º | 0.59% | 0.51% | - |
| HSV(B) | 31.02º | 0.72% | 0.8% | - |
| XYZ | 34.03 | 29.91 | 7.85 | - |
| YUV | 145.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 57 | 0 | 0.35 | 0.72 | 0.2 | 31.02 | 0.59 | 0.51 |
| Hex | CC | 85 | 39 | 0 | 23 | 48 | 14 | 1F | 3B | 33 |
| Octal | 314 | 205 | 71 | 0 | 43 | 110 | 24 | 37 | 73 | 63 |
| Binary | 11001100 | 10000101 | 111001 | 0 | 100011 | 1001000 | 10100 | 11111 | 111011 | 110011 |
Color Harmonies of #CC8539
Complementary color
Monochromatic Colors of #CC8539
Black with #CC8539
Text Example
Text Example
White with #CC8539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8539; }
p { color: rgb(204,133,57); }
H1.HeaderClassName
{
color: #CC8539;
}
.AnyTagClassName
{
color: #CC8539;
}
</style>
background-color css
<style>
a { background-color: #CC8539; }
a { background-color: rgb(204,133,57); }
div.DivClassName
{
background-color: #CC8539;
}
.BgClassName
{
background-color: #CC8539;
}
</style>
border-color css
<style>
span { border-color: #CC8539; }
span { border-color: rgb(204,133,57); }
td.TdClassName
{
border-color: #CC8539;
}
.TagClassName
{
border-color: #CC8539;
}
</style>