Shades of Buddha Gold #CAA402
Tints of Buddha Gold #CAA402
RGB
CMYK
RGB Variations
Color information
#CAA402 (or 0xCAA402) is known color: Buddha Gold. HEX triplet: CA, A4 and 02. RGB value is (202,164,2). Sum of RGB (Red+Green+Blue) = 202+164+2=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA402 is #355BFD. Grayscale: #9D9D9D. Windows color (decimal): -3496958 or 173258. OLE color: 173258.
HSL color Cylindrical-coordinate representation of color #CAA402: hue angle of 48.6º degrees, saturation: 0.98, 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 #CAA402 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.21 |
| HSL | 48.6º | 0.98% | 0.4% | - |
| HSV(B) | 48.6º | 0.99% | 0.79% | - |
| XYZ | 37.64 | 39.11 | 5.62 | - |
| YUV | 156.89 | 40.59 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 2 | 0 | 0.19 | 0.99 | 0.21 | 48.6 | 0.98 | 0.4 |
| Hex | CA | A4 | 2 | 0 | 13 | 63 | 15 | 31 | 62 | 28 |
| Octal | 312 | 244 | 2 | 0 | 23 | 143 | 25 | 61 | 142 | 50 |
| Binary | 11001010 | 10100100 | 10 | 0 | 10011 | 1100011 | 10101 | 110001 | 1100010 | 101000 |
Color Harmonies of #CAA402
Complementary color
Monochromatic Colors of #CAA402
Black with #CAA402
Text Example
Text Example
White with #CAA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA402; }
p { color: rgb(202,164,2); }
H1.HeaderClassName
{
color: #CAA402;
}
.AnyTagClassName
{
color: #CAA402;
}
</style>
background-color css
<style>
a { background-color: #CAA402; }
a { background-color: rgb(202,164,2); }
div.DivClassName
{
background-color: #CAA402;
}
.BgClassName
{
background-color: #CAA402;
}
</style>
border-color css
<style>
span { border-color: #CAA402; }
span { border-color: rgb(202,164,2); }
td.TdClassName
{
border-color: #CAA402;
}
.TagClassName
{
border-color: #CAA402;
}
</style>