Shades of Golden Bell #C98539
Tints of Golden Bell #C98539
RGB
CMYK
RGB Variations
Color information
#C98539 (or 0xC98539) is known color: Golden Bell. HEX triplet: C9, 85 and 39. RGB value is (201,133,57). Sum of RGB (Red+Green+Blue) = 201+133+57=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C98539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98539 is #367AC6. Grayscale: #919191. Windows color (decimal): -3570375 or 3769801. OLE color: 3769801.
HSL color Cylindrical-coordinate representation of color #C98539: hue angle of 31.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C98539 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 57 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.21 |
| HSL | 31.67º | 0.57% | 0.51% | - |
| HSV(B) | 31.67º | 0.72% | 0.79% | - |
| XYZ | 33.21 | 29.49 | 7.81 | - |
| YUV | 144.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 57 | 0 | 0.34 | 0.72 | 0.21 | 31.67 | 0.57 | 0.51 |
| Hex | C9 | 85 | 39 | 0 | 22 | 48 | 15 | 20 | 39 | 33 |
| Octal | 311 | 205 | 71 | 0 | 42 | 110 | 25 | 40 | 71 | 63 |
| Binary | 11001001 | 10000101 | 111001 | 0 | 100010 | 1001000 | 10101 | 100000 | 111001 | 110011 |
Color Harmonies of #C98539
Complementary color
Monochromatic Colors of #C98539
Black with #C98539
Text Example
Text Example
White with #C98539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98539; }
p { color: rgb(201,133,57); }
H1.HeaderClassName
{
color: #C98539;
}
.AnyTagClassName
{
color: #C98539;
}
</style>
background-color css
<style>
a { background-color: #C98539; }
a { background-color: rgb(201,133,57); }
div.DivClassName
{
background-color: #C98539;
}
.BgClassName
{
background-color: #C98539;
}
</style>
border-color css
<style>
span { border-color: #C98539; }
span { border-color: rgb(201,133,57); }
td.TdClassName
{
border-color: #C98539;
}
.TagClassName
{
border-color: #C98539;
}
</style>