Shades of Buddha Gold #CAA300
Tints of Buddha Gold #CAA300
RGB
CMYK
RGB Variations
Color information
#CAA300 (or 0xCAA300) is known color: Buddha Gold. HEX triplet: CA, A3 and 00. RGB value is (202,163,0). Sum of RGB (Red+Green+Blue) = 202+163+0=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA300 is #355CFF. Grayscale: #9C9C9C. Windows color (decimal): -3497216 or 41930. OLE color: 41930.
HSL color Cylindrical-coordinate representation of color #CAA300: hue angle of 48.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAA300 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.21 |
| HSL | 48.42º | 1% | 0.4% | - |
| HSV(B) | 48.42º | 1% | 0.79% | - |
| XYZ | 37.45 | 38.75 | 5.51 | - |
| YUV | 156.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 0 | 0 | 0.19 | 1 | 0.21 | 48.42 | 1 | 0.4 |
| Hex | CA | A3 | 0 | 0 | 13 | 64 | 15 | 30 | 64 | 28 |
| Octal | 312 | 243 | 0 | 0 | 23 | 144 | 25 | 60 | 144 | 50 |
| Binary | 11001010 | 10100011 | 0 | 0 | 10011 | 1100100 | 10101 | 110000 | 1100100 | 101000 |
Color Harmonies of #CAA300
Complementary color
Monochromatic Colors of #CAA300
Black with #CAA300
Text Example
Text Example
White with #CAA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA300; }
p { color: rgb(202,163,0); }
H1.HeaderClassName
{
color: #CAA300;
}
.AnyTagClassName
{
color: #CAA300;
}
</style>
background-color css
<style>
a { background-color: #CAA300; }
a { background-color: rgb(202,163,0); }
div.DivClassName
{
background-color: #CAA300;
}
.BgClassName
{
background-color: #CAA300;
}
</style>
border-color css
<style>
span { border-color: #CAA300; }
span { border-color: rgb(202,163,0); }
td.TdClassName
{
border-color: #CAA300;
}
.TagClassName
{
border-color: #CAA300;
}
</style>