Shades of Buddha Gold #CAA102
Tints of Buddha Gold #CAA102
RGB
CMYK
RGB Variations
Color information
#CAA102 (or 0xCAA102) is known color: Buddha Gold. HEX triplet: CA, A1 and 02. RGB value is (202,161,2). Sum of RGB (Red+Green+Blue) = 202+161+2=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA102 is #355EFD. Grayscale: #9B9B9B. Windows color (decimal): -3497726 or 172490. OLE color: 172490.
HSL color Cylindrical-coordinate representation of color #CAA102: hue angle of 47.7º 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 #CAA102 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.21 |
| HSL | 47.7º | 0.98% | 0.4% | - |
| HSV(B) | 47.7º | 0.99% | 0.79% | - |
| XYZ | 37.11 | 38.05 | 5.45 | - |
| YUV | 155.13 | 41.58 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 2 | 0 | 0.20 | 0.99 | 0.21 | 47.7 | 0.98 | 0.4 |
| Hex | CA | A1 | 2 | 0 | 14 | 63 | 15 | 30 | 62 | 28 |
| Octal | 312 | 241 | 2 | 0 | 24 | 143 | 25 | 60 | 142 | 50 |
| Binary | 11001010 | 10100001 | 10 | 0 | 10100 | 1100011 | 10101 | 110000 | 1100010 | 101000 |
Color Harmonies of #CAA102
Complementary color
Monochromatic Colors of #CAA102
Black with #CAA102
Text Example
Text Example
White with #CAA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA102; }
p { color: rgb(202,161,2); }
H1.HeaderClassName
{
color: #CAA102;
}
.AnyTagClassName
{
color: #CAA102;
}
</style>
background-color css
<style>
a { background-color: #CAA102; }
a { background-color: rgb(202,161,2); }
div.DivClassName
{
background-color: #CAA102;
}
.BgClassName
{
background-color: #CAA102;
}
</style>
border-color css
<style>
span { border-color: #CAA102; }
span { border-color: rgb(202,161,2); }
td.TdClassName
{
border-color: #CAA102;
}
.TagClassName
{
border-color: #CAA102;
}
</style>