Shades of Buddha Gold #C5A303
Tints of Buddha Gold #C5A303
RGB
CMYK
RGB Variations
Color information
#C5A303 (or 0xC5A303) is known color: Buddha Gold. HEX triplet: C5, A3 and 03. RGB value is (197,163,3). Sum of RGB (Red+Green+Blue) = 197+163+3=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A303 is #3A5CFC. Grayscale: #9B9B9B. Windows color (decimal): -3824893 or 238533. OLE color: 238533.
HSL color Cylindrical-coordinate representation of color #C5A303: hue angle of 49.48º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5A303 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 163 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.23 |
| HSL | 49.48º | 0.97% | 0.39% | - |
| HSV(B) | 49.48º | 0.98% | 0.77% | - |
| XYZ | 36.14 | 38.07 | 5.53 | - |
| YUV | 154.93 | 42.26 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 163 | 3 | 0 | 0.17 | 0.98 | 0.23 | 49.48 | 0.97 | 0.39 |
| Hex | C5 | A3 | 3 | 0 | 11 | 62 | 17 | 31 | 61 | 27 |
| Octal | 305 | 243 | 3 | 0 | 21 | 142 | 27 | 61 | 141 | 47 |
| Binary | 11000101 | 10100011 | 11 | 0 | 10001 | 1100010 | 10111 | 110001 | 1100001 | 100111 |
Color Harmonies of #C5A303
Complementary color
Monochromatic Colors of #C5A303
Black with #C5A303
Text Example
Text Example
White with #C5A303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A303; }
p { color: rgb(197,163,3); }
H1.HeaderClassName
{
color: #C5A303;
}
.AnyTagClassName
{
color: #C5A303;
}
</style>
background-color css
<style>
a { background-color: #C5A303; }
a { background-color: rgb(197,163,3); }
div.DivClassName
{
background-color: #C5A303;
}
.BgClassName
{
background-color: #C5A303;
}
</style>
border-color css
<style>
span { border-color: #C5A303; }
span { border-color: rgb(197,163,3); }
td.TdClassName
{
border-color: #C5A303;
}
.TagClassName
{
border-color: #C5A303;
}
</style>