Shades of Buddha Gold #CAA604
Tints of Buddha Gold #CAA604
RGB
CMYK
RGB Variations
Color information
#CAA604 (or 0xCAA604) is known color: Buddha Gold. HEX triplet: CA, A6 and 04. RGB value is (202,166,4). Sum of RGB (Red+Green+Blue) = 202+166+4=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA604 is #3559FB. Grayscale: #9E9E9E. Windows color (decimal): -3496444 or 304842. OLE color: 304842.
HSL color Cylindrical-coordinate representation of color #CAA604: hue angle of 49.09º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAA604 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.21 |
| HSL | 49.09º | 0.96% | 0.4% | - |
| HSV(B) | 49.09º | 0.98% | 0.79% | - |
| XYZ | 38.02 | 39.84 | 5.8 | - |
| YUV | 158.3 | 40.93 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 4 | 0 | 0.18 | 0.98 | 0.21 | 49.09 | 0.96 | 0.4 |
| Hex | CA | A6 | 4 | 0 | 12 | 62 | 15 | 31 | 60 | 28 |
| Octal | 312 | 246 | 4 | 0 | 22 | 142 | 25 | 61 | 140 | 50 |
| Binary | 11001010 | 10100110 | 100 | 0 | 10010 | 1100010 | 10101 | 110001 | 1100000 | 101000 |
Color Harmonies of #CAA604
Complementary color
Monochromatic Colors of #CAA604
Black with #CAA604
Text Example
Text Example
White with #CAA604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA604; }
p { color: rgb(202,166,4); }
H1.HeaderClassName
{
color: #CAA604;
}
.AnyTagClassName
{
color: #CAA604;
}
</style>
background-color css
<style>
a { background-color: #CAA604; }
a { background-color: rgb(202,166,4); }
div.DivClassName
{
background-color: #CAA604;
}
.BgClassName
{
background-color: #CAA604;
}
</style>
border-color css
<style>
span { border-color: #CAA604; }
span { border-color: rgb(202,166,4); }
td.TdClassName
{
border-color: #CAA604;
}
.TagClassName
{
border-color: #CAA604;
}
</style>