Shades of Buddha Gold #CAA901
Tints of Buddha Gold #CAA901
RGB
CMYK
RGB Variations
Color information
#CAA901 (or 0xCAA901) is known color: Buddha Gold. HEX triplet: CA, A9 and 01. RGB value is (202,169,1). Sum of RGB (Red+Green+Blue) = 202+169+1=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA901 is #3556FE. Grayscale: #A0A0A0. Windows color (decimal): -3495679 or 109002. OLE color: 109002.
HSL color Cylindrical-coordinate representation of color #CAA901: hue angle of 50.15º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAA901 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.21 |
| HSL | 50.15º | 0.99% | 0.4% | - |
| HSV(B) | 50.15º | 1% | 0.79% | - |
| XYZ | 38.55 | 40.93 | 5.9 | - |
| YUV | 159.72 | 38.43 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 1 | 0 | 0.16 | 1.00 | 0.21 | 50.15 | 0.99 | 0.4 |
| Hex | CA | A9 | 1 | 0 | 10 | 64 | 15 | 32 | 63 | 28 |
| Octal | 312 | 251 | 1 | 0 | 20 | 144 | 25 | 62 | 143 | 50 |
| Binary | 11001010 | 10101001 | 1 | 0 | 10000 | 1100100 | 10101 | 110010 | 1100011 | 101000 |
Color Harmonies of #CAA901
Complementary color
Monochromatic Colors of #CAA901
Black with #CAA901
Text Example
Text Example
White with #CAA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA901; }
p { color: rgb(202,169,1); }
H1.HeaderClassName
{
color: #CAA901;
}
.AnyTagClassName
{
color: #CAA901;
}
</style>
background-color css
<style>
a { background-color: #CAA901; }
a { background-color: rgb(202,169,1); }
div.DivClassName
{
background-color: #CAA901;
}
.BgClassName
{
background-color: #CAA901;
}
</style>
border-color css
<style>
span { border-color: #CAA901; }
span { border-color: rgb(202,169,1); }
td.TdClassName
{
border-color: #CAA901;
}
.TagClassName
{
border-color: #CAA901;
}
</style>