Shades of Buddha Gold #CA9E20
Tints of Buddha Gold #CA9E20
RGB
CMYK
RGB Variations
Color information
#CA9E20 (or 0xCA9E20) is known color: Buddha Gold. HEX triplet: CA, 9E and 20. RGB value is (202,158,32). Sum of RGB (Red+Green+Blue) = 202+158+32=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E20 is #3561DF. Grayscale: #9D9D9D. Windows color (decimal): -3498464 or 2137802. OLE color: 2137802.
HSL color Cylindrical-coordinate representation of color #CA9E20: hue angle of 44.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA9E20 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 32 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.21 |
| HSL | 44.47º | 0.73% | 0.46% | - |
| HSV(B) | 44.47º | 0.84% | 0.79% | - |
| XYZ | 36.84 | 37.11 | 6.59 | - |
| YUV | 156.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 32 | 0 | 0.22 | 0.84 | 0.21 | 44.47 | 0.73 | 0.46 |
| Hex | CA | 9E | 20 | 0 | 16 | 54 | 15 | 2C | 49 | 2E |
| Octal | 312 | 236 | 40 | 0 | 26 | 124 | 25 | 54 | 111 | 56 |
| Binary | 11001010 | 10011110 | 100000 | 0 | 10110 | 1010100 | 10101 | 101100 | 1001001 | 101110 |
Color Harmonies of #CA9E20
Complementary color
Monochromatic Colors of #CA9E20
Black with #CA9E20
Text Example
Text Example
White with #CA9E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E20; }
p { color: rgb(202,158,32); }
H1.HeaderClassName
{
color: #CA9E20;
}
.AnyTagClassName
{
color: #CA9E20;
}
</style>
background-color css
<style>
a { background-color: #CA9E20; }
a { background-color: rgb(202,158,32); }
div.DivClassName
{
background-color: #CA9E20;
}
.BgClassName
{
background-color: #CA9E20;
}
</style>
border-color css
<style>
span { border-color: #CA9E20; }
span { border-color: rgb(202,158,32); }
td.TdClassName
{
border-color: #CA9E20;
}
.TagClassName
{
border-color: #CA9E20;
}
</style>