Shades of Golden Bell #C98538
Tints of Golden Bell #C98538
RGB
CMYK
RGB Variations
Color information
#C98538 (or 0xC98538) is known color: Golden Bell. HEX triplet: C9, 85 and 38. RGB value is (201,133,56). Sum of RGB (Red+Green+Blue) = 201+133+56=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C98538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98538 is #367AC7. Grayscale: #909090. Windows color (decimal): -3570376 or 3704265. OLE color: 3704265.
HSL color Cylindrical-coordinate representation of color #C98538: hue angle of 31.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C98538 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 56 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.21 |
| HSL | 31.86º | 0.57% | 0.5% | - |
| HSV(B) | 31.86º | 0.72% | 0.79% | - |
| XYZ | 33.19 | 29.48 | 7.68 | - |
| YUV | 144.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 56 | 0 | 0.34 | 0.72 | 0.21 | 31.86 | 0.57 | 0.5 |
| Hex | C9 | 85 | 38 | 0 | 22 | 48 | 15 | 20 | 39 | 32 |
| Octal | 311 | 205 | 70 | 0 | 42 | 110 | 25 | 40 | 71 | 62 |
| Binary | 11001001 | 10000101 | 111000 | 0 | 100010 | 1001000 | 10101 | 100000 | 111001 | 110010 |
Color Harmonies of #C98538
Complementary color
Monochromatic Colors of #C98538
Black with #C98538
Text Example
Text Example
White with #C98538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98538; }
p { color: rgb(201,133,56); }
H1.HeaderClassName
{
color: #C98538;
}
.AnyTagClassName
{
color: #C98538;
}
</style>
background-color css
<style>
a { background-color: #C98538; }
a { background-color: rgb(201,133,56); }
div.DivClassName
{
background-color: #C98538;
}
.BgClassName
{
background-color: #C98538;
}
</style>
border-color css
<style>
span { border-color: #C98538; }
span { border-color: rgb(201,133,56); }
td.TdClassName
{
border-color: #C98538;
}
.TagClassName
{
border-color: #C98538;
}
</style>