Shades of Buddha Gold #CAA603
Tints of Buddha Gold #CAA603
RGB
CMYK
RGB Variations
Color information
#CAA603 (or 0xCAA603) is known color: Buddha Gold. HEX triplet: CA, A6 and 03. RGB value is (202,166,3). Sum of RGB (Red+Green+Blue) = 202+166+3=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA603 is #3559FC. Grayscale: #9E9E9E. Windows color (decimal): -3496445 or 239306. OLE color: 239306.
HSL color Cylindrical-coordinate representation of color #CAA603: hue angle of 49.15º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAA603 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.21 |
| HSL | 49.15º | 0.97% | 0.4% | - |
| HSV(B) | 49.15º | 0.99% | 0.79% | - |
| XYZ | 38.01 | 39.84 | 5.77 | - |
| YUV | 158.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 3 | 0 | 0.18 | 0.99 | 0.21 | 49.15 | 0.97 | 0.4 |
| Hex | CA | A6 | 3 | 0 | 12 | 63 | 15 | 31 | 61 | 28 |
| Octal | 312 | 246 | 3 | 0 | 22 | 143 | 25 | 61 | 141 | 50 |
| Binary | 11001010 | 10100110 | 11 | 0 | 10010 | 1100011 | 10101 | 110001 | 1100001 | 101000 |
Color Harmonies of #CAA603
Complementary color
Monochromatic Colors of #CAA603
Black with #CAA603
Text Example
Text Example
White with #CAA603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA603; }
p { color: rgb(202,166,3); }
H1.HeaderClassName
{
color: #CAA603;
}
.AnyTagClassName
{
color: #CAA603;
}
</style>
background-color css
<style>
a { background-color: #CAA603; }
a { background-color: rgb(202,166,3); }
div.DivClassName
{
background-color: #CAA603;
}
.BgClassName
{
background-color: #CAA603;
}
</style>
border-color css
<style>
span { border-color: #CAA603; }
span { border-color: rgb(202,166,3); }
td.TdClassName
{
border-color: #CAA603;
}
.TagClassName
{
border-color: #CAA603;
}
</style>