Shades of Buddha Gold #CAA617
Tints of Buddha Gold #CAA617
RGB
CMYK
RGB Variations
Color information
#CAA617 (or 0xCAA617) is known color: Buddha Gold. HEX triplet: CA, A6 and 17. RGB value is (202,166,23). Sum of RGB (Red+Green+Blue) = 202+166+23=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA617 is #3559E8. Grayscale: #A1A1A1. Windows color (decimal): -3496425 or 1550026. OLE color: 1550026.
HSL color Cylindrical-coordinate representation of color #CAA617: hue angle of 47.93º 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 #CAA617 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 23 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.21 |
| HSL | 47.93º | 0.8% | 0.44% | - |
| HSV(B) | 47.93º | 0.89% | 0.79% | - |
| XYZ | 38.15 | 39.89 | 6.5 | - |
| YUV | 160.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 23 | 0 | 0.18 | 0.89 | 0.21 | 47.93 | 0.8 | 0.44 |
| Hex | CA | A6 | 17 | 0 | 12 | 59 | 15 | 30 | 50 | 2C |
| Octal | 312 | 246 | 27 | 0 | 22 | 131 | 25 | 60 | 120 | 54 |
| Binary | 11001010 | 10100110 | 10111 | 0 | 10010 | 1011001 | 10101 | 110000 | 1010000 | 101100 |
Color Harmonies of #CAA617
Complementary color
Monochromatic Colors of #CAA617
Black with #CAA617
Text Example
Text Example
White with #CAA617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA617; }
p { color: rgb(202,166,23); }
H1.HeaderClassName
{
color: #CAA617;
}
.AnyTagClassName
{
color: #CAA617;
}
</style>
background-color css
<style>
a { background-color: #CAA617; }
a { background-color: rgb(202,166,23); }
div.DivClassName
{
background-color: #CAA617;
}
.BgClassName
{
background-color: #CAA617;
}
</style>
border-color css
<style>
span { border-color: #CAA617; }
span { border-color: rgb(202,166,23); }
td.TdClassName
{
border-color: #CAA617;
}
.TagClassName
{
border-color: #CAA617;
}
</style>