Shades of Buddha Gold #CAA805
Tints of Buddha Gold #CAA805
RGB
CMYK
RGB Variations
Color information
#CAA805 (or 0xCAA805) is known color: Buddha Gold. HEX triplet: CA, A8 and 05. RGB value is (202,168,5). Sum of RGB (Red+Green+Blue) = 202+168+5=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA805 is #3557FA. Grayscale: #A0A0A0. Windows color (decimal): -3495931 or 370890. OLE color: 370890.
HSL color Cylindrical-coordinate representation of color #CAA805: hue angle of 49.64º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAA805 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.21 |
| HSL | 49.64º | 0.95% | 0.41% | - |
| HSV(B) | 49.64º | 0.98% | 0.79% | - |
| XYZ | 38.39 | 40.57 | 5.95 | - |
| YUV | 159.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 5 | 0 | 0.17 | 0.98 | 0.21 | 49.64 | 0.95 | 0.41 |
| Hex | CA | A8 | 5 | 0 | 11 | 62 | 15 | 32 | 5F | 29 |
| Octal | 312 | 250 | 5 | 0 | 21 | 142 | 25 | 62 | 137 | 51 |
| Binary | 11001010 | 10101000 | 101 | 0 | 10001 | 1100010 | 10101 | 110010 | 1011111 | 101001 |
Color Harmonies of #CAA805
Complementary color
Monochromatic Colors of #CAA805
Black with #CAA805
Text Example
Text Example
White with #CAA805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA805; }
p { color: rgb(202,168,5); }
H1.HeaderClassName
{
color: #CAA805;
}
.AnyTagClassName
{
color: #CAA805;
}
</style>
background-color css
<style>
a { background-color: #CAA805; }
a { background-color: rgb(202,168,5); }
div.DivClassName
{
background-color: #CAA805;
}
.BgClassName
{
background-color: #CAA805;
}
</style>
border-color css
<style>
span { border-color: #CAA805; }
span { border-color: rgb(202,168,5); }
td.TdClassName
{
border-color: #CAA805;
}
.TagClassName
{
border-color: #CAA805;
}
</style>