Shades of Buddha Gold #CAA914
Tints of Buddha Gold #CAA914
RGB
CMYK
RGB Variations
Color information
#CAA914 (or 0xCAA914) is known color: Buddha Gold. HEX triplet: CA, A9 and 14. RGB value is (202,169,20). Sum of RGB (Red+Green+Blue) = 202+169+20=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA914 is #3556EB. Grayscale: #A2A2A2. Windows color (decimal): -3495660 or 1354186. OLE color: 1354186.
HSL color Cylindrical-coordinate representation of color #CAA914: hue angle of 49.12º 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 #CAA914 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 20 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.21 |
| HSL | 49.12º | 0.82% | 0.44% | - |
| HSV(B) | 49.12º | 0.9% | 0.79% | - |
| XYZ | 38.67 | 40.98 | 6.53 | - |
| YUV | 161.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 20 | 0 | 0.16 | 0.90 | 0.21 | 49.12 | 0.82 | 0.44 |
| Hex | CA | A9 | 14 | 0 | 10 | 5A | 15 | 31 | 52 | 2C |
| Octal | 312 | 251 | 24 | 0 | 20 | 132 | 25 | 61 | 122 | 54 |
| Binary | 11001010 | 10101001 | 10100 | 0 | 10000 | 1011010 | 10101 | 110001 | 1010010 | 101100 |
Color Harmonies of #CAA914
Complementary color
Monochromatic Colors of #CAA914
Black with #CAA914
Text Example
Text Example
White with #CAA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA914; }
p { color: rgb(202,169,20); }
H1.HeaderClassName
{
color: #CAA914;
}
.AnyTagClassName
{
color: #CAA914;
}
</style>
background-color css
<style>
a { background-color: #CAA914; }
a { background-color: rgb(202,169,20); }
div.DivClassName
{
background-color: #CAA914;
}
.BgClassName
{
background-color: #CAA914;
}
</style>
border-color css
<style>
span { border-color: #CAA914; }
span { border-color: rgb(202,169,20); }
td.TdClassName
{
border-color: #CAA914;
}
.TagClassName
{
border-color: #CAA914;
}
</style>