Shades of Golden Bell #CA8437
Tints of Golden Bell #CA8437
RGB
CMYK
RGB Variations
Color information
#CA8437 (or 0xCA8437) is known color: Golden Bell. HEX triplet: CA, 84 and 37. RGB value is (202,132,55). Sum of RGB (Red+Green+Blue) = 202+132+55=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8437 is #357BC8. Grayscale: #909090. Windows color (decimal): -3505097 or 3638474. OLE color: 3638474.
HSL color Cylindrical-coordinate representation of color #CA8437: hue angle of 31.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA8437 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 55 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.21 |
| HSL | 31.43º | 0.58% | 0.5% | - |
| HSV(B) | 31.43º | 0.73% | 0.79% | - |
| XYZ | 33.3 | 29.33 | 7.52 | - |
| YUV | 144.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 55 | 0 | 0.35 | 0.73 | 0.21 | 31.43 | 0.58 | 0.5 |
| Hex | CA | 84 | 37 | 0 | 23 | 49 | 15 | 1F | 3A | 32 |
| Octal | 312 | 204 | 67 | 0 | 43 | 111 | 25 | 37 | 72 | 62 |
| Binary | 11001010 | 10000100 | 110111 | 0 | 100011 | 1001001 | 10101 | 11111 | 111010 | 110010 |
Color Harmonies of #CA8437
Complementary color
Monochromatic Colors of #CA8437
Black with #CA8437
Text Example
Text Example
White with #CA8437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8437; }
p { color: rgb(202,132,55); }
H1.HeaderClassName
{
color: #CA8437;
}
.AnyTagClassName
{
color: #CA8437;
}
</style>
background-color css
<style>
a { background-color: #CA8437; }
a { background-color: rgb(202,132,55); }
div.DivClassName
{
background-color: #CA8437;
}
.BgClassName
{
background-color: #CA8437;
}
</style>
border-color css
<style>
span { border-color: #CA8437; }
span { border-color: rgb(202,132,55); }
td.TdClassName
{
border-color: #CA8437;
}
.TagClassName
{
border-color: #CA8437;
}
</style>