Shades of Buddha Gold #CAA305
Tints of Buddha Gold #CAA305
RGB
CMYK
RGB Variations
Color information
#CAA305 (or 0xCAA305) is known color: Buddha Gold. HEX triplet: CA, A3 and 05. RGB value is (202,163,5). Sum of RGB (Red+Green+Blue) = 202+163+5=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA305 is #355CFA. Grayscale: #9D9D9D. Windows color (decimal): -3497211 or 369610. OLE color: 369610.
HSL color Cylindrical-coordinate representation of color #CAA305: hue angle of 48.12º 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 #CAA305 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.21 |
| HSL | 48.12º | 0.95% | 0.41% | - |
| HSV(B) | 48.12º | 0.98% | 0.79% | - |
| XYZ | 37.48 | 38.76 | 5.65 | - |
| YUV | 156.65 | 42.42 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 5 | 0 | 0.19 | 0.98 | 0.21 | 48.12 | 0.95 | 0.41 |
| Hex | CA | A3 | 5 | 0 | 13 | 62 | 15 | 30 | 5F | 29 |
| Octal | 312 | 243 | 5 | 0 | 23 | 142 | 25 | 60 | 137 | 51 |
| Binary | 11001010 | 10100011 | 101 | 0 | 10011 | 1100010 | 10101 | 110000 | 1011111 | 101001 |
Color Harmonies of #CAA305
Complementary color
Monochromatic Colors of #CAA305
Black with #CAA305
Text Example
Text Example
White with #CAA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA305; }
p { color: rgb(202,163,5); }
H1.HeaderClassName
{
color: #CAA305;
}
.AnyTagClassName
{
color: #CAA305;
}
</style>
background-color css
<style>
a { background-color: #CAA305; }
a { background-color: rgb(202,163,5); }
div.DivClassName
{
background-color: #CAA305;
}
.BgClassName
{
background-color: #CAA305;
}
</style>
border-color css
<style>
span { border-color: #CAA305; }
span { border-color: rgb(202,163,5); }
td.TdClassName
{
border-color: #CAA305;
}
.TagClassName
{
border-color: #CAA305;
}
</style>