Shades of Buddha Gold #CAA716
Tints of Buddha Gold #CAA716
RGB
CMYK
RGB Variations
Color information
#CAA716 (or 0xCAA716) is known color: Buddha Gold. HEX triplet: CA, A7 and 16. RGB value is (202,167,22). Sum of RGB (Red+Green+Blue) = 202+167+22=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA716 is #3558E9. Grayscale: #A1A1A1. Windows color (decimal): -3496170 or 1484746. OLE color: 1484746.
HSL color Cylindrical-coordinate representation of color #CAA716: hue angle of 48.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAA716 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 22 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.21 |
| HSL | 48.33º | 0.8% | 0.44% | - |
| HSV(B) | 48.33º | 0.89% | 0.79% | - |
| XYZ | 38.32 | 40.25 | 6.51 | - |
| YUV | 160.94 | 49.6 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 22 | 0 | 0.17 | 0.89 | 0.21 | 48.33 | 0.8 | 0.44 |
| Hex | CA | A7 | 16 | 0 | 11 | 59 | 15 | 30 | 50 | 2C |
| Octal | 312 | 247 | 26 | 0 | 21 | 131 | 25 | 60 | 120 | 54 |
| Binary | 11001010 | 10100111 | 10110 | 0 | 10001 | 1011001 | 10101 | 110000 | 1010000 | 101100 |
Color Harmonies of #CAA716
Complementary color
Monochromatic Colors of #CAA716
Black with #CAA716
Text Example
Text Example
White with #CAA716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA716; }
p { color: rgb(202,167,22); }
H1.HeaderClassName
{
color: #CAA716;
}
.AnyTagClassName
{
color: #CAA716;
}
</style>
background-color css
<style>
a { background-color: #CAA716; }
a { background-color: rgb(202,167,22); }
div.DivClassName
{
background-color: #CAA716;
}
.BgClassName
{
background-color: #CAA716;
}
</style>
border-color css
<style>
span { border-color: #CAA716; }
span { border-color: rgb(202,167,22); }
td.TdClassName
{
border-color: #CAA716;
}
.TagClassName
{
border-color: #CAA716;
}
</style>