Shades of Buddha Gold #CAA802
Tints of Buddha Gold #CAA802
RGB
CMYK
RGB Variations
Color information
#CAA802 (or 0xCAA802) is known color: Buddha Gold. HEX triplet: CA, A8 and 02. RGB value is (202,168,2). Sum of RGB (Red+Green+Blue) = 202+168+2=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA802 is #3557FD. Grayscale: #9F9F9F. Windows color (decimal): -3495934 or 174282. OLE color: 174282.
HSL color Cylindrical-coordinate representation of color #CAA802: hue angle of 49.8º 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 #CAA802 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.21 |
| HSL | 49.8º | 0.98% | 0.4% | - |
| HSV(B) | 49.8º | 0.99% | 0.79% | - |
| XYZ | 38.37 | 40.57 | 5.87 | - |
| YUV | 159.24 | 39.26 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 2 | 0 | 0.17 | 0.99 | 0.21 | 49.8 | 0.98 | 0.4 |
| Hex | CA | A8 | 2 | 0 | 11 | 63 | 15 | 32 | 62 | 28 |
| Octal | 312 | 250 | 2 | 0 | 21 | 143 | 25 | 62 | 142 | 50 |
| Binary | 11001010 | 10101000 | 10 | 0 | 10001 | 1100011 | 10101 | 110010 | 1100010 | 101000 |
Color Harmonies of #CAA802
Complementary color
Monochromatic Colors of #CAA802
Black with #CAA802
Text Example
Text Example
White with #CAA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA802; }
p { color: rgb(202,168,2); }
H1.HeaderClassName
{
color: #CAA802;
}
.AnyTagClassName
{
color: #CAA802;
}
</style>
background-color css
<style>
a { background-color: #CAA802; }
a { background-color: rgb(202,168,2); }
div.DivClassName
{
background-color: #CAA802;
}
.BgClassName
{
background-color: #CAA802;
}
</style>
border-color css
<style>
span { border-color: #CAA802; }
span { border-color: rgb(202,168,2); }
td.TdClassName
{
border-color: #CAA802;
}
.TagClassName
{
border-color: #CAA802;
}
</style>