Shades of Buddha Gold #CAA905
Tints of Buddha Gold #CAA905
RGB
CMYK
RGB Variations
Color information
#CAA905 (or 0xCAA905) is known color: Buddha Gold. HEX triplet: CA, A9 and 05. RGB value is (202,169,5). Sum of RGB (Red+Green+Blue) = 202+169+5=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA905 is #3556FA. Grayscale: #A0A0A0. Windows color (decimal): -3495675 or 371146. OLE color: 371146.
HSL color Cylindrical-coordinate representation of color #CAA905: hue angle of 49.95º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAA905 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.21 |
| HSL | 49.95º | 0.95% | 0.41% | - |
| HSV(B) | 49.95º | 0.98% | 0.79% | - |
| XYZ | 38.57 | 40.94 | 6.01 | - |
| YUV | 160.17 | 40.43 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 5 | 0 | 0.16 | 0.98 | 0.21 | 49.95 | 0.95 | 0.41 |
| Hex | CA | A9 | 5 | 0 | 10 | 62 | 15 | 32 | 5F | 29 |
| Octal | 312 | 251 | 5 | 0 | 20 | 142 | 25 | 62 | 137 | 51 |
| Binary | 11001010 | 10101001 | 101 | 0 | 10000 | 1100010 | 10101 | 110010 | 1011111 | 101001 |
Color Harmonies of #CAA905
Complementary color
Monochromatic Colors of #CAA905
Black with #CAA905
Text Example
Text Example
White with #CAA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA905; }
p { color: rgb(202,169,5); }
H1.HeaderClassName
{
color: #CAA905;
}
.AnyTagClassName
{
color: #CAA905;
}
</style>
background-color css
<style>
a { background-color: #CAA905; }
a { background-color: rgb(202,169,5); }
div.DivClassName
{
background-color: #CAA905;
}
.BgClassName
{
background-color: #CAA905;
}
</style>
border-color css
<style>
span { border-color: #CAA905; }
span { border-color: rgb(202,169,5); }
td.TdClassName
{
border-color: #CAA905;
}
.TagClassName
{
border-color: #CAA905;
}
</style>