Shades of Buddha Gold #CAA717
Tints of Buddha Gold #CAA717
RGB
CMYK
RGB Variations
Color information
#CAA717 (or 0xCAA717) is known color: Buddha Gold. HEX triplet: CA, A7 and 17. RGB value is (202,167,23). Sum of RGB (Red+Green+Blue) = 202+167+23=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA717 is #3558E8. Grayscale: #A1A1A1. Windows color (decimal): -3496169 or 1550282. OLE color: 1550282.
HSL color Cylindrical-coordinate representation of color #CAA717: hue angle of 48.27º 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 #CAA717 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.21 |
| HSL | 48.27º | 0.8% | 0.44% | - |
| HSV(B) | 48.27º | 0.89% | 0.79% | - |
| XYZ | 38.33 | 40.26 | 6.56 | - |
| YUV | 161.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 23 | 0 | 0.17 | 0.89 | 0.21 | 48.27 | 0.8 | 0.44 |
| Hex | CA | A7 | 17 | 0 | 11 | 59 | 15 | 30 | 50 | 2C |
| Octal | 312 | 247 | 27 | 0 | 21 | 131 | 25 | 60 | 120 | 54 |
| Binary | 11001010 | 10100111 | 10111 | 0 | 10001 | 1011001 | 10101 | 110000 | 1010000 | 101100 |
Color Harmonies of #CAA717
Complementary color
Monochromatic Colors of #CAA717
Black with #CAA717
Text Example
Text Example
White with #CAA717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA717; }
p { color: rgb(202,167,23); }
H1.HeaderClassName
{
color: #CAA717;
}
.AnyTagClassName
{
color: #CAA717;
}
</style>
background-color css
<style>
a { background-color: #CAA717; }
a { background-color: rgb(202,167,23); }
div.DivClassName
{
background-color: #CAA717;
}
.BgClassName
{
background-color: #CAA717;
}
</style>
border-color css
<style>
span { border-color: #CAA717; }
span { border-color: rgb(202,167,23); }
td.TdClassName
{
border-color: #CAA717;
}
.TagClassName
{
border-color: #CAA717;
}
</style>