Shades of Buddha Gold #CAA817
Tints of Buddha Gold #CAA817
RGB
CMYK
RGB Variations
Color information
#CAA817 (or 0xCAA817) is known color: Buddha Gold. HEX triplet: CA, A8 and 17. RGB value is (202,168,23). Sum of RGB (Red+Green+Blue) = 202+168+23=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA817 is #3557E8. Grayscale: #A2A2A2. Windows color (decimal): -3495913 or 1550538. OLE color: 1550538.
HSL color Cylindrical-coordinate representation of color #CAA817: hue angle of 48.6º 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 #CAA817 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.21 |
| HSL | 48.6º | 0.8% | 0.44% | - |
| HSV(B) | 48.6º | 0.89% | 0.79% | - |
| XYZ | 38.51 | 40.62 | 6.62 | - |
| YUV | 161.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 23 | 0 | 0.17 | 0.89 | 0.21 | 48.6 | 0.8 | 0.44 |
| Hex | CA | A8 | 17 | 0 | 11 | 59 | 15 | 31 | 50 | 2C |
| Octal | 312 | 250 | 27 | 0 | 21 | 131 | 25 | 61 | 120 | 54 |
| Binary | 11001010 | 10101000 | 10111 | 0 | 10001 | 1011001 | 10101 | 110001 | 1010000 | 101100 |
Color Harmonies of #CAA817
Complementary color
Monochromatic Colors of #CAA817
Black with #CAA817
Text Example
Text Example
White with #CAA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA817; }
p { color: rgb(202,168,23); }
H1.HeaderClassName
{
color: #CAA817;
}
.AnyTagClassName
{
color: #CAA817;
}
</style>
background-color css
<style>
a { background-color: #CAA817; }
a { background-color: rgb(202,168,23); }
div.DivClassName
{
background-color: #CAA817;
}
.BgClassName
{
background-color: #CAA817;
}
</style>
border-color css
<style>
span { border-color: #CAA817; }
span { border-color: rgb(202,168,23); }
td.TdClassName
{
border-color: #CAA817;
}
.TagClassName
{
border-color: #CAA817;
}
</style>