Shades of Buddha Gold #CAA50C
Tints of Buddha Gold #CAA50C
RGB
CMYK
RGB Variations
Color information
#CAA50C (or 0xCAA50C) is known color: Buddha Gold. HEX triplet: CA, A5 and 0C. RGB value is (202,165,12). Sum of RGB (Red+Green+Blue) = 202+165+12=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA50C is #355AF3. Grayscale: #9F9F9F. Windows color (decimal): -3496692 or 828874. OLE color: 828874.
HSL color Cylindrical-coordinate representation of color #CAA50C: hue angle of 48.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAA50C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.21 |
| HSL | 48.32º | 0.89% | 0.42% | - |
| HSV(B) | 48.32º | 0.94% | 0.79% | - |
| XYZ | 37.88 | 39.49 | 5.97 | - |
| YUV | 158.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 12 | 0 | 0.18 | 0.94 | 0.21 | 48.32 | 0.89 | 0.42 |
| Hex | CA | A5 | C | 0 | 12 | 5E | 15 | 30 | 59 | 2A |
| Octal | 312 | 245 | 14 | 0 | 22 | 136 | 25 | 60 | 131 | 52 |
| Binary | 11001010 | 10100101 | 1100 | 0 | 10010 | 1011110 | 10101 | 110000 | 1011001 | 101010 |
Color Harmonies of #CAA50C
Complementary color
Monochromatic Colors of #CAA50C
Black with #CAA50C
Text Example
Text Example
White with #CAA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA50C; }
p { color: rgb(202,165,12); }
H1.HeaderClassName
{
color: #CAA50C;
}
.AnyTagClassName
{
color: #CAA50C;
}
</style>
background-color css
<style>
a { background-color: #CAA50C; }
a { background-color: rgb(202,165,12); }
div.DivClassName
{
background-color: #CAA50C;
}
.BgClassName
{
background-color: #CAA50C;
}
</style>
border-color css
<style>
span { border-color: #CAA50C; }
span { border-color: rgb(202,165,12); }
td.TdClassName
{
border-color: #CAA50C;
}
.TagClassName
{
border-color: #CAA50C;
}
</style>