Shades of Buddha Gold #CAA201
Tints of Buddha Gold #CAA201
RGB
CMYK
RGB Variations
Color information
#CAA201 (or 0xCAA201) is known color: Buddha Gold. HEX triplet: CA, A2 and 01. RGB value is (202,162,1). Sum of RGB (Red+Green+Blue) = 202+162+1=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA201 is #355DFE. Grayscale: #9C9C9C. Windows color (decimal): -3497471 or 107210. OLE color: 107210.
HSL color Cylindrical-coordinate representation of color #CAA201: hue angle of 48.06º 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 #CAA201 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.21 |
| HSL | 48.06º | 0.99% | 0.4% | - |
| HSV(B) | 48.06º | 1% | 0.79% | - |
| XYZ | 37.28 | 38.4 | 5.48 | - |
| YUV | 155.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 1 | 0 | 0.20 | 1.00 | 0.21 | 48.06 | 0.99 | 0.4 |
| Hex | CA | A2 | 1 | 0 | 14 | 64 | 15 | 30 | 63 | 28 |
| Octal | 312 | 242 | 1 | 0 | 24 | 144 | 25 | 60 | 143 | 50 |
| Binary | 11001010 | 10100010 | 1 | 0 | 10100 | 1100100 | 10101 | 110000 | 1100011 | 101000 |
Color Harmonies of #CAA201
Complementary color
Monochromatic Colors of #CAA201
Black with #CAA201
Text Example
Text Example
White with #CAA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA201; }
p { color: rgb(202,162,1); }
H1.HeaderClassName
{
color: #CAA201;
}
.AnyTagClassName
{
color: #CAA201;
}
</style>
background-color css
<style>
a { background-color: #CAA201; }
a { background-color: rgb(202,162,1); }
div.DivClassName
{
background-color: #CAA201;
}
.BgClassName
{
background-color: #CAA201;
}
</style>
border-color css
<style>
span { border-color: #CAA201; }
span { border-color: rgb(202,162,1); }
td.TdClassName
{
border-color: #CAA201;
}
.TagClassName
{
border-color: #CAA201;
}
</style>