Shades of Buddha Gold #CAA90A
Tints of Buddha Gold #CAA90A
RGB
CMYK
RGB Variations
Color information
#CAA90A (or 0xCAA90A) is known color: Buddha Gold. HEX triplet: CA, A9 and 0A. RGB value is (202,169,10). Sum of RGB (Red+Green+Blue) = 202+169+10=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA90A is #3556F5. Grayscale: #A1A1A1. Windows color (decimal): -3495670 or 698826. OLE color: 698826.
HSL color Cylindrical-coordinate representation of color #CAA90A: hue angle of 49.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAA90A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 10 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.21 |
| HSL | 49.69º | 0.91% | 0.42% | - |
| HSV(B) | 49.69º | 0.95% | 0.79% | - |
| XYZ | 38.6 | 40.95 | 6.16 | - |
| YUV | 160.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 10 | 0 | 0.16 | 0.95 | 0.21 | 49.69 | 0.91 | 0.42 |
| Hex | CA | A9 | A | 0 | 10 | 5F | 15 | 32 | 5B | 2A |
| Octal | 312 | 251 | 12 | 0 | 20 | 137 | 25 | 62 | 133 | 52 |
| Binary | 11001010 | 10101001 | 1010 | 0 | 10000 | 1011111 | 10101 | 110010 | 1011011 | 101010 |
Color Harmonies of #CAA90A
Complementary color
Monochromatic Colors of #CAA90A
Black with #CAA90A
Text Example
Text Example
White with #CAA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA90A; }
p { color: rgb(202,169,10); }
H1.HeaderClassName
{
color: #CAA90A;
}
.AnyTagClassName
{
color: #CAA90A;
}
</style>
background-color css
<style>
a { background-color: #CAA90A; }
a { background-color: rgb(202,169,10); }
div.DivClassName
{
background-color: #CAA90A;
}
.BgClassName
{
background-color: #CAA90A;
}
</style>
border-color css
<style>
span { border-color: #CAA90A; }
span { border-color: rgb(202,169,10); }
td.TdClassName
{
border-color: #CAA90A;
}
.TagClassName
{
border-color: #CAA90A;
}
</style>