Shades of Buddha Gold #CAA101
Tints of Buddha Gold #CAA101
RGB
CMYK
RGB Variations
Color information
#CAA101 (or 0xCAA101) is known color: Buddha Gold. HEX triplet: CA, A1 and 01. RGB value is (202,161,1). Sum of RGB (Red+Green+Blue) = 202+161+1=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA101 is #355EFE. Grayscale: #9B9B9B. Windows color (decimal): -3497727 or 106954. OLE color: 106954.
HSL color Cylindrical-coordinate representation of color #CAA101: hue angle of 47.76º 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 #CAA101 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.21 |
| HSL | 47.76º | 0.99% | 0.4% | - |
| HSV(B) | 47.76º | 1% | 0.79% | - |
| XYZ | 37.11 | 38.05 | 5.42 | - |
| YUV | 155.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 1 | 0 | 0.20 | 1.00 | 0.21 | 47.76 | 0.99 | 0.4 |
| Hex | CA | A1 | 1 | 0 | 14 | 64 | 15 | 30 | 63 | 28 |
| Octal | 312 | 241 | 1 | 0 | 24 | 144 | 25 | 60 | 143 | 50 |
| Binary | 11001010 | 10100001 | 1 | 0 | 10100 | 1100100 | 10101 | 110000 | 1100011 | 101000 |
Color Harmonies of #CAA101
Complementary color
Monochromatic Colors of #CAA101
Black with #CAA101
Text Example
Text Example
White with #CAA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA101; }
p { color: rgb(202,161,1); }
H1.HeaderClassName
{
color: #CAA101;
}
.AnyTagClassName
{
color: #CAA101;
}
</style>
background-color css
<style>
a { background-color: #CAA101; }
a { background-color: rgb(202,161,1); }
div.DivClassName
{
background-color: #CAA101;
}
.BgClassName
{
background-color: #CAA101;
}
</style>
border-color css
<style>
span { border-color: #CAA101; }
span { border-color: rgb(202,161,1); }
td.TdClassName
{
border-color: #CAA101;
}
.TagClassName
{
border-color: #CAA101;
}
</style>