Shades of Buddha Gold #C5A709
Tints of Buddha Gold #C5A709
RGB
CMYK
RGB Variations
Color information
#C5A709 (or 0xC5A709) is known color: Buddha Gold. HEX triplet: C5, A7 and 09. RGB value is (197,167,9). Sum of RGB (Red+Green+Blue) = 197+167+9=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A709 is #3A58F6. Grayscale: #9E9E9E. Windows color (decimal): -3823863 or 632773. OLE color: 632773.
HSL color Cylindrical-coordinate representation of color #C5A709: hue angle of 50.43º 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 #C5A709 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 9 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.23 |
| HSL | 50.43º | 0.91% | 0.4% | - |
| HSV(B) | 50.43º | 0.95% | 0.77% | - |
| XYZ | 36.89 | 39.53 | 5.94 | - |
| YUV | 157.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 9 | 0 | 0.15 | 0.95 | 0.23 | 50.43 | 0.91 | 0.4 |
| Hex | C5 | A7 | 9 | 0 | F | 5F | 17 | 32 | 5B | 28 |
| Octal | 305 | 247 | 11 | 0 | 17 | 137 | 27 | 62 | 133 | 50 |
| Binary | 11000101 | 10100111 | 1001 | 0 | 1111 | 1011111 | 10111 | 110010 | 1011011 | 101000 |
Color Harmonies of #C5A709
Complementary color
Monochromatic Colors of #C5A709
Black with #C5A709
Text Example
Text Example
White with #C5A709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A709; }
p { color: rgb(197,167,9); }
H1.HeaderClassName
{
color: #C5A709;
}
.AnyTagClassName
{
color: #C5A709;
}
</style>
background-color css
<style>
a { background-color: #C5A709; }
a { background-color: rgb(197,167,9); }
div.DivClassName
{
background-color: #C5A709;
}
.BgClassName
{
background-color: #C5A709;
}
</style>
border-color css
<style>
span { border-color: #C5A709; }
span { border-color: rgb(197,167,9); }
td.TdClassName
{
border-color: #C5A709;
}
.TagClassName
{
border-color: #C5A709;
}
</style>