Shades of Buddha Gold #C5A809
Tints of Buddha Gold #C5A809
RGB
CMYK
RGB Variations
Color information
#C5A809 (or 0xC5A809) is known color: Buddha Gold. HEX triplet: C5, A8 and 09. RGB value is (197,168,9). Sum of RGB (Red+Green+Blue) = 197+168+9=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A809 is #3A57F6. Grayscale: #9F9F9F. Windows color (decimal): -3823607 or 633029. OLE color: 633029.
HSL color Cylindrical-coordinate representation of color #C5A809: hue angle of 50.74º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5A809 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 9 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.23 |
| HSL | 50.74º | 0.91% | 0.4% | - |
| HSV(B) | 50.74º | 0.95% | 0.77% | - |
| XYZ | 37.08 | 39.9 | 6 | - |
| YUV | 158.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 9 | 0 | 0.15 | 0.95 | 0.23 | 50.74 | 0.91 | 0.4 |
| Hex | C5 | A8 | 9 | 0 | F | 5F | 17 | 33 | 5B | 28 |
| Octal | 305 | 250 | 11 | 0 | 17 | 137 | 27 | 63 | 133 | 50 |
| Binary | 11000101 | 10101000 | 1001 | 0 | 1111 | 1011111 | 10111 | 110011 | 1011011 | 101000 |
Color Harmonies of #C5A809
Complementary color
Monochromatic Colors of #C5A809
Black with #C5A809
Text Example
Text Example
White with #C5A809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A809; }
p { color: rgb(197,168,9); }
H1.HeaderClassName
{
color: #C5A809;
}
.AnyTagClassName
{
color: #C5A809;
}
</style>
background-color css
<style>
a { background-color: #C5A809; }
a { background-color: rgb(197,168,9); }
div.DivClassName
{
background-color: #C5A809;
}
.BgClassName
{
background-color: #C5A809;
}
</style>
border-color css
<style>
span { border-color: #C5A809; }
span { border-color: rgb(197,168,9); }
td.TdClassName
{
border-color: #C5A809;
}
.TagClassName
{
border-color: #C5A809;
}
</style>