Shades of Buddha Gold #CAA401
Tints of Buddha Gold #CAA401
RGB
CMYK
RGB Variations
Color information
#CAA401 (or 0xCAA401) is known color: Buddha Gold. HEX triplet: CA, A4 and 01. RGB value is (202,164,1). Sum of RGB (Red+Green+Blue) = 202+164+1=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA401 is #355BFE. Grayscale: #9D9D9D. Windows color (decimal): -3496959 or 107722. OLE color: 107722.
HSL color Cylindrical-coordinate representation of color #CAA401: hue angle of 48.66º 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 #CAA401 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.21 |
| HSL | 48.66º | 0.99% | 0.4% | - |
| HSV(B) | 48.66º | 1% | 0.79% | - |
| XYZ | 37.64 | 39.11 | 5.59 | - |
| YUV | 156.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 1 | 0 | 0.19 | 1.00 | 0.21 | 48.66 | 0.99 | 0.4 |
| Hex | CA | A4 | 1 | 0 | 13 | 64 | 15 | 31 | 63 | 28 |
| Octal | 312 | 244 | 1 | 0 | 23 | 144 | 25 | 61 | 143 | 50 |
| Binary | 11001010 | 10100100 | 1 | 0 | 10011 | 1100100 | 10101 | 110001 | 1100011 | 101000 |
Color Harmonies of #CAA401
Complementary color
Monochromatic Colors of #CAA401
Black with #CAA401
Text Example
Text Example
White with #CAA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA401; }
p { color: rgb(202,164,1); }
H1.HeaderClassName
{
color: #CAA401;
}
.AnyTagClassName
{
color: #CAA401;
}
</style>
background-color css
<style>
a { background-color: #CAA401; }
a { background-color: rgb(202,164,1); }
div.DivClassName
{
background-color: #CAA401;
}
.BgClassName
{
background-color: #CAA401;
}
</style>
border-color css
<style>
span { border-color: #CAA401; }
span { border-color: rgb(202,164,1); }
td.TdClassName
{
border-color: #CAA401;
}
.TagClassName
{
border-color: #CAA401;
}
</style>