Shades of Buddha Gold #CAA003
Tints of Buddha Gold #CAA003
RGB
CMYK
RGB Variations
Color information
#CAA003 (or 0xCAA003) is known color: Buddha Gold. HEX triplet: CA, A0 and 03. RGB value is (202,160,3). Sum of RGB (Red+Green+Blue) = 202+160+3=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA003 is #355FFC. Grayscale: #9B9B9B. Windows color (decimal): -3497981 or 237770. OLE color: 237770.
HSL color Cylindrical-coordinate representation of color #CAA003: hue angle of 47.34º 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 #CAA003 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.21 |
| HSL | 47.34º | 0.97% | 0.4% | - |
| HSV(B) | 47.34º | 0.99% | 0.79% | - |
| XYZ | 36.94 | 37.7 | 5.42 | - |
| YUV | 154.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 3 | 0 | 0.21 | 0.99 | 0.21 | 47.34 | 0.97 | 0.4 |
| Hex | CA | A0 | 3 | 0 | 15 | 63 | 15 | 2F | 61 | 28 |
| Octal | 312 | 240 | 3 | 0 | 25 | 143 | 25 | 57 | 141 | 50 |
| Binary | 11001010 | 10100000 | 11 | 0 | 10101 | 1100011 | 10101 | 101111 | 1100001 | 101000 |
Color Harmonies of #CAA003
Complementary color
Monochromatic Colors of #CAA003
Black with #CAA003
Text Example
Text Example
White with #CAA003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA003; }
p { color: rgb(202,160,3); }
H1.HeaderClassName
{
color: #CAA003;
}
.AnyTagClassName
{
color: #CAA003;
}
</style>
background-color css
<style>
a { background-color: #CAA003; }
a { background-color: rgb(202,160,3); }
div.DivClassName
{
background-color: #CAA003;
}
.BgClassName
{
background-color: #CAA003;
}
</style>
border-color css
<style>
span { border-color: #CAA003; }
span { border-color: rgb(202,160,3); }
td.TdClassName
{
border-color: #CAA003;
}
.TagClassName
{
border-color: #CAA003;
}
</style>