Shades of Buddha Gold #CAA301
Tints of Buddha Gold #CAA301
RGB
CMYK
RGB Variations
Color information
#CAA301 (or 0xCAA301) is known color: Buddha Gold. HEX triplet: CA, A3 and 01. RGB value is (202,163,1). Sum of RGB (Red+Green+Blue) = 202+163+1=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA301 is #355CFE. Grayscale: #9C9C9C. Windows color (decimal): -3497215 or 107466. OLE color: 107466.
HSL color Cylindrical-coordinate representation of color #CAA301: hue angle of 48.36º 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 #CAA301 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.21 |
| HSL | 48.36º | 0.99% | 0.4% | - |
| HSV(B) | 48.36º | 1% | 0.79% | - |
| XYZ | 37.46 | 38.75 | 5.53 | - |
| YUV | 156.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 1 | 0 | 0.19 | 1.00 | 0.21 | 48.36 | 0.99 | 0.4 |
| Hex | CA | A3 | 1 | 0 | 13 | 64 | 15 | 30 | 63 | 28 |
| Octal | 312 | 243 | 1 | 0 | 23 | 144 | 25 | 60 | 143 | 50 |
| Binary | 11001010 | 10100011 | 1 | 0 | 10011 | 1100100 | 10101 | 110000 | 1100011 | 101000 |
Color Harmonies of #CAA301
Complementary color
Monochromatic Colors of #CAA301
Black with #CAA301
Text Example
Text Example
White with #CAA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA301; }
p { color: rgb(202,163,1); }
H1.HeaderClassName
{
color: #CAA301;
}
.AnyTagClassName
{
color: #CAA301;
}
</style>
background-color css
<style>
a { background-color: #CAA301; }
a { background-color: rgb(202,163,1); }
div.DivClassName
{
background-color: #CAA301;
}
.BgClassName
{
background-color: #CAA301;
}
</style>
border-color css
<style>
span { border-color: #CAA301; }
span { border-color: rgb(202,163,1); }
td.TdClassName
{
border-color: #CAA301;
}
.TagClassName
{
border-color: #CAA301;
}
</style>