Shades of Golden Bell #CA8034
Tints of Golden Bell #CA8034
RGB
CMYK
RGB Variations
Color information
#CA8034 (or 0xCA8034) is known color: Golden Bell. HEX triplet: CA, 80 and 34. RGB value is (202,128,52). Sum of RGB (Red+Green+Blue) = 202+128+52=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8034 is #357FCB. Grayscale: #8D8D8D. Windows color (decimal): -3506124 or 3440842. OLE color: 3440842.
HSL color Cylindrical-coordinate representation of color #CA8034: hue angle of 30.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA8034 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 52 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.21 |
| HSL | 30.4º | 0.59% | 0.5% | - |
| HSV(B) | 30.4º | 0.74% | 0.79% | - |
| XYZ | 32.7 | 28.24 | 6.98 | - |
| YUV | 141.46 | 77.52 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 52 | 0 | 0.37 | 0.74 | 0.21 | 30.4 | 0.59 | 0.5 |
| Hex | CA | 80 | 34 | 0 | 25 | 4A | 15 | 1E | 3B | 32 |
| Octal | 312 | 200 | 64 | 0 | 45 | 112 | 25 | 36 | 73 | 62 |
| Binary | 11001010 | 10000000 | 110100 | 0 | 100101 | 1001010 | 10101 | 11110 | 111011 | 110010 |
Color Harmonies of #CA8034
Complementary color
Monochromatic Colors of #CA8034
Black with #CA8034
Text Example
Text Example
White with #CA8034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8034; }
p { color: rgb(202,128,52); }
H1.HeaderClassName
{
color: #CA8034;
}
.AnyTagClassName
{
color: #CA8034;
}
</style>
background-color css
<style>
a { background-color: #CA8034; }
a { background-color: rgb(202,128,52); }
div.DivClassName
{
background-color: #CA8034;
}
.BgClassName
{
background-color: #CA8034;
}
</style>
border-color css
<style>
span { border-color: #CA8034; }
span { border-color: rgb(202,128,52); }
td.TdClassName
{
border-color: #CA8034;
}
.TagClassName
{
border-color: #CA8034;
}
</style>