Shades of Buddha Gold #CAAA0C
Tints of Buddha Gold #CAAA0C
RGB
CMYK
RGB Variations
Color information
#CAAA0C (or 0xCAAA0C) is known color: Buddha Gold. HEX triplet: CA, AA and 0C. RGB value is (202,170,12). Sum of RGB (Red+Green+Blue) = 202+170+12=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAA0C is #3555F3. Grayscale: #A2A2A2. Windows color (decimal): -3495412 or 830154. OLE color: 830154.
HSL color Cylindrical-coordinate representation of color #CAAA0C: hue angle of 49.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAAA0C is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 12 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.21 |
| HSL | 49.89º | 0.89% | 0.42% | - |
| HSV(B) | 49.89º | 0.94% | 0.79% | - |
| XYZ | 38.8 | 41.33 | 6.28 | - |
| YUV | 161.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 12 | 0 | 0.16 | 0.94 | 0.21 | 49.89 | 0.89 | 0.42 |
| Hex | CA | AA | C | 0 | 10 | 5E | 15 | 32 | 59 | 2A |
| Octal | 312 | 252 | 14 | 0 | 20 | 136 | 25 | 62 | 131 | 52 |
| Binary | 11001010 | 10101010 | 1100 | 0 | 10000 | 1011110 | 10101 | 110010 | 1011001 | 101010 |
Color Harmonies of #CAAA0C
Complementary color
Monochromatic Colors of #CAAA0C
Black with #CAAA0C
Text Example
Text Example
White with #CAAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAA0C; }
p { color: rgb(202,170,12); }
H1.HeaderClassName
{
color: #CAAA0C;
}
.AnyTagClassName
{
color: #CAAA0C;
}
</style>
background-color css
<style>
a { background-color: #CAAA0C; }
a { background-color: rgb(202,170,12); }
div.DivClassName
{
background-color: #CAAA0C;
}
.BgClassName
{
background-color: #CAAA0C;
}
</style>
border-color css
<style>
span { border-color: #CAAA0C; }
span { border-color: rgb(202,170,12); }
td.TdClassName
{
border-color: #CAAA0C;
}
.TagClassName
{
border-color: #CAAA0C;
}
</style>