Shades of Buddha Gold #CAA710
Tints of Buddha Gold #CAA710
RGB
CMYK
RGB Variations
Color information
#CAA710 (or 0xCAA710) is known color: Buddha Gold. HEX triplet: CA, A7 and 10. RGB value is (202,167,16). Sum of RGB (Red+Green+Blue) = 202+167+16=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA710 is #3558EF. Grayscale: #A0A0A0. Windows color (decimal): -3496176 or 1091530. OLE color: 1091530.
HSL color Cylindrical-coordinate representation of color #CAA710: hue angle of 48.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAA710 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.21 |
| HSL | 48.71º | 0.85% | 0.43% | - |
| HSV(B) | 48.71º | 0.92% | 0.79% | - |
| XYZ | 38.27 | 40.23 | 6.24 | - |
| YUV | 160.25 | 46.6 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 16 | 0 | 0.17 | 0.92 | 0.21 | 48.71 | 0.85 | 0.43 |
| Hex | CA | A7 | 10 | 0 | 11 | 5C | 15 | 31 | 55 | 2B |
| Octal | 312 | 247 | 20 | 0 | 21 | 134 | 25 | 61 | 125 | 53 |
| Binary | 11001010 | 10100111 | 10000 | 0 | 10001 | 1011100 | 10101 | 110001 | 1010101 | 101011 |
Color Harmonies of #CAA710
Complementary color
Monochromatic Colors of #CAA710
Black with #CAA710
Text Example
Text Example
White with #CAA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA710; }
p { color: rgb(202,167,16); }
H1.HeaderClassName
{
color: #CAA710;
}
.AnyTagClassName
{
color: #CAA710;
}
</style>
background-color css
<style>
a { background-color: #CAA710; }
a { background-color: rgb(202,167,16); }
div.DivClassName
{
background-color: #CAA710;
}
.BgClassName
{
background-color: #CAA710;
}
</style>
border-color css
<style>
span { border-color: #CAA710; }
span { border-color: rgb(202,167,16); }
td.TdClassName
{
border-color: #CAA710;
}
.TagClassName
{
border-color: #CAA710;
}
</style>