Shades of Buddha Gold #CAA801
Tints of Buddha Gold #CAA801
RGB
CMYK
RGB Variations
Color information
#CAA801 (or 0xCAA801) is known color: Buddha Gold. HEX triplet: CA, A8 and 01. RGB value is (202,168,1). Sum of RGB (Red+Green+Blue) = 202+168+1=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA801 is #3557FE. Grayscale: #9F9F9F. Windows color (decimal): -3495935 or 108746. OLE color: 108746.
HSL color Cylindrical-coordinate representation of color #CAA801: hue angle of 49.85º 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 #CAA801 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.21 |
| HSL | 49.85º | 0.99% | 0.4% | - |
| HSV(B) | 49.85º | 1% | 0.79% | - |
| XYZ | 38.37 | 40.56 | 5.84 | - |
| YUV | 159.13 | 38.76 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 1 | 0 | 0.17 | 1.00 | 0.21 | 49.85 | 0.99 | 0.4 |
| Hex | CA | A8 | 1 | 0 | 11 | 64 | 15 | 32 | 63 | 28 |
| Octal | 312 | 250 | 1 | 0 | 21 | 144 | 25 | 62 | 143 | 50 |
| Binary | 11001010 | 10101000 | 1 | 0 | 10001 | 1100100 | 10101 | 110010 | 1100011 | 101000 |
Color Harmonies of #CAA801
Complementary color
Monochromatic Colors of #CAA801
Black with #CAA801
Text Example
Text Example
White with #CAA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA801; }
p { color: rgb(202,168,1); }
H1.HeaderClassName
{
color: #CAA801;
}
.AnyTagClassName
{
color: #CAA801;
}
</style>
background-color css
<style>
a { background-color: #CAA801; }
a { background-color: rgb(202,168,1); }
div.DivClassName
{
background-color: #CAA801;
}
.BgClassName
{
background-color: #CAA801;
}
</style>
border-color css
<style>
span { border-color: #CAA801; }
span { border-color: rgb(202,168,1); }
td.TdClassName
{
border-color: #CAA801;
}
.TagClassName
{
border-color: #CAA801;
}
</style>