Shades of Buddha Gold #C5A502
Tints of Buddha Gold #C5A502
RGB
CMYK
RGB Variations
Color information
#C5A502 (or 0xC5A502) is known color: Buddha Gold. HEX triplet: C5, A5 and 02. RGB value is (197,165,2). Sum of RGB (Red+Green+Blue) = 197+165+2=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A502 is #3A5AFD. Grayscale: #9C9C9C. Windows color (decimal): -3824382 or 173509. OLE color: 173509.
HSL color Cylindrical-coordinate representation of color #C5A502: hue angle of 50.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5A502 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.23 |
| HSL | 50.15º | 0.98% | 0.39% | - |
| HSV(B) | 50.15º | 0.99% | 0.77% | - |
| XYZ | 36.49 | 38.78 | 5.62 | - |
| YUV | 155.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 2 | 0 | 0.16 | 0.99 | 0.23 | 50.15 | 0.98 | 0.39 |
| Hex | C5 | A5 | 2 | 0 | 10 | 63 | 17 | 32 | 62 | 27 |
| Octal | 305 | 245 | 2 | 0 | 20 | 143 | 27 | 62 | 142 | 47 |
| Binary | 11000101 | 10100101 | 10 | 0 | 10000 | 1100011 | 10111 | 110010 | 1100010 | 100111 |
Color Harmonies of #C5A502
Complementary color
Monochromatic Colors of #C5A502
Black with #C5A502
Text Example
Text Example
White with #C5A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A502; }
p { color: rgb(197,165,2); }
H1.HeaderClassName
{
color: #C5A502;
}
.AnyTagClassName
{
color: #C5A502;
}
</style>
background-color css
<style>
a { background-color: #C5A502; }
a { background-color: rgb(197,165,2); }
div.DivClassName
{
background-color: #C5A502;
}
.BgClassName
{
background-color: #C5A502;
}
</style>
border-color css
<style>
span { border-color: #C5A502; }
span { border-color: rgb(197,165,2); }
td.TdClassName
{
border-color: #C5A502;
}
.TagClassName
{
border-color: #C5A502;
}
</style>