Shades of Buddha Gold #CAA117
Tints of Buddha Gold #CAA117
RGB
CMYK
RGB Variations
Color information
#CAA117 (or 0xCAA117) is known color: Buddha Gold. HEX triplet: CA, A1 and 17. RGB value is (202,161,23). Sum of RGB (Red+Green+Blue) = 202+161+23=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA117 is #355EE8. Grayscale: #9E9E9E. Windows color (decimal): -3497705 or 1548746. OLE color: 1548746.
HSL color Cylindrical-coordinate representation of color #CAA117: hue angle of 46.26º 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 #CAA117 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 23 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.21 |
| HSL | 46.26º | 0.8% | 0.44% | - |
| HSV(B) | 46.26º | 0.89% | 0.79% | - |
| XYZ | 37.26 | 38.11 | 6.2 | - |
| YUV | 157.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 23 | 0 | 0.20 | 0.89 | 0.21 | 46.26 | 0.8 | 0.44 |
| Hex | CA | A1 | 17 | 0 | 14 | 59 | 15 | 2E | 50 | 2C |
| Octal | 312 | 241 | 27 | 0 | 24 | 131 | 25 | 56 | 120 | 54 |
| Binary | 11001010 | 10100001 | 10111 | 0 | 10100 | 1011001 | 10101 | 101110 | 1010000 | 101100 |
Color Harmonies of #CAA117
Complementary color
Monochromatic Colors of #CAA117
Black with #CAA117
Text Example
Text Example
White with #CAA117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA117; }
p { color: rgb(202,161,23); }
H1.HeaderClassName
{
color: #CAA117;
}
.AnyTagClassName
{
color: #CAA117;
}
</style>
background-color css
<style>
a { background-color: #CAA117; }
a { background-color: rgb(202,161,23); }
div.DivClassName
{
background-color: #CAA117;
}
.BgClassName
{
background-color: #CAA117;
}
</style>
border-color css
<style>
span { border-color: #CAA117; }
span { border-color: rgb(202,161,23); }
td.TdClassName
{
border-color: #CAA117;
}
.TagClassName
{
border-color: #CAA117;
}
</style>