Shades of Buddha Gold #CAA114
Tints of Buddha Gold #CAA114
RGB
CMYK
RGB Variations
Color information
#CAA114 (or 0xCAA114) is known color: Buddha Gold. HEX triplet: CA, A1 and 14. RGB value is (202,161,20). Sum of RGB (Red+Green+Blue) = 202+161+20=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA114 is #355EEB. Grayscale: #9D9D9D. Windows color (decimal): -3497708 or 1352138. OLE color: 1352138.
HSL color Cylindrical-coordinate representation of color #CAA114: hue angle of 46.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAA114 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 20 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.21 |
| HSL | 46.48º | 0.82% | 0.44% | - |
| HSV(B) | 46.48º | 0.9% | 0.79% | - |
| XYZ | 37.23 | 38.1 | 6.05 | - |
| YUV | 157.19 | 50.58 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 20 | 0 | 0.20 | 0.90 | 0.21 | 46.48 | 0.82 | 0.44 |
| Hex | CA | A1 | 14 | 0 | 14 | 5A | 15 | 2E | 52 | 2C |
| Octal | 312 | 241 | 24 | 0 | 24 | 132 | 25 | 56 | 122 | 54 |
| Binary | 11001010 | 10100001 | 10100 | 0 | 10100 | 1011010 | 10101 | 101110 | 1010010 | 101100 |
Color Harmonies of #CAA114
Complementary color
Monochromatic Colors of #CAA114
Black with #CAA114
Text Example
Text Example
White with #CAA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA114; }
p { color: rgb(202,161,20); }
H1.HeaderClassName
{
color: #CAA114;
}
.AnyTagClassName
{
color: #CAA114;
}
</style>
background-color css
<style>
a { background-color: #CAA114; }
a { background-color: rgb(202,161,20); }
div.DivClassName
{
background-color: #CAA114;
}
.BgClassName
{
background-color: #CAA114;
}
</style>
border-color css
<style>
span { border-color: #CAA114; }
span { border-color: rgb(202,161,20); }
td.TdClassName
{
border-color: #CAA114;
}
.TagClassName
{
border-color: #CAA114;
}
</style>