Shades of Buddha Gold #CAA601
Tints of Buddha Gold #CAA601
RGB
CMYK
RGB Variations
Color information
#CAA601 (or 0xCAA601) is known color: Buddha Gold. HEX triplet: CA, A6 and 01. RGB value is (202,166,1). Sum of RGB (Red+Green+Blue) = 202+166+1=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA601 is #3559FE. Grayscale: #9E9E9E. Windows color (decimal): -3496447 or 108234. OLE color: 108234.
HSL color Cylindrical-coordinate representation of color #CAA601: hue angle of 49.25º 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 #CAA601 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.21 |
| HSL | 49.25º | 0.99% | 0.4% | - |
| HSV(B) | 49.25º | 1% | 0.79% | - |
| XYZ | 38 | 39.83 | 5.71 | - |
| YUV | 157.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 1 | 0 | 0.18 | 1.00 | 0.21 | 49.25 | 0.99 | 0.4 |
| Hex | CA | A6 | 1 | 0 | 12 | 64 | 15 | 31 | 63 | 28 |
| Octal | 312 | 246 | 1 | 0 | 22 | 144 | 25 | 61 | 143 | 50 |
| Binary | 11001010 | 10100110 | 1 | 0 | 10010 | 1100100 | 10101 | 110001 | 1100011 | 101000 |
Color Harmonies of #CAA601
Complementary color
Monochromatic Colors of #CAA601
Black with #CAA601
Text Example
Text Example
White with #CAA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA601; }
p { color: rgb(202,166,1); }
H1.HeaderClassName
{
color: #CAA601;
}
.AnyTagClassName
{
color: #CAA601;
}
</style>
background-color css
<style>
a { background-color: #CAA601; }
a { background-color: rgb(202,166,1); }
div.DivClassName
{
background-color: #CAA601;
}
.BgClassName
{
background-color: #CAA601;
}
</style>
border-color css
<style>
span { border-color: #CAA601; }
span { border-color: rgb(202,166,1); }
td.TdClassName
{
border-color: #CAA601;
}
.TagClassName
{
border-color: #CAA601;
}
</style>