Shades of Buddha Gold #CAA612
Tints of Buddha Gold #CAA612
RGB
CMYK
RGB Variations
Color information
#CAA612 (or 0xCAA612) is known color: Buddha Gold. HEX triplet: CA, A6 and 12. RGB value is (202,166,18). Sum of RGB (Red+Green+Blue) = 202+166+18=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA612 is #3559ED. Grayscale: #A0A0A0. Windows color (decimal): -3496430 or 1222346. OLE color: 1222346.
HSL color Cylindrical-coordinate representation of color #CAA612: hue angle of 48.26º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAA612 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 18 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.21 |
| HSL | 48.26º | 0.84% | 0.43% | - |
| HSV(B) | 48.26º | 0.91% | 0.79% | - |
| XYZ | 38.1 | 39.87 | 6.26 | - |
| YUV | 159.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 18 | 0 | 0.18 | 0.91 | 0.21 | 48.26 | 0.84 | 0.43 |
| Hex | CA | A6 | 12 | 0 | 12 | 5B | 15 | 30 | 54 | 2B |
| Octal | 312 | 246 | 22 | 0 | 22 | 133 | 25 | 60 | 124 | 53 |
| Binary | 11001010 | 10100110 | 10010 | 0 | 10010 | 1011011 | 10101 | 110000 | 1010100 | 101011 |
Color Harmonies of #CAA612
Complementary color
Monochromatic Colors of #CAA612
Black with #CAA612
Text Example
Text Example
White with #CAA612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA612; }
p { color: rgb(202,166,18); }
H1.HeaderClassName
{
color: #CAA612;
}
.AnyTagClassName
{
color: #CAA612;
}
</style>
background-color css
<style>
a { background-color: #CAA612; }
a { background-color: rgb(202,166,18); }
div.DivClassName
{
background-color: #CAA612;
}
.BgClassName
{
background-color: #CAA612;
}
</style>
border-color css
<style>
span { border-color: #CAA612; }
span { border-color: rgb(202,166,18); }
td.TdClassName
{
border-color: #CAA612;
}
.TagClassName
{
border-color: #CAA612;
}
</style>