Shades of Buddha Gold #C5A01D
Tints of Buddha Gold #C5A01D
RGB
CMYK
RGB Variations
Color information
#C5A01D (or 0xC5A01D) is known color: Buddha Gold. HEX triplet: C5, A0 and 1D. RGB value is (197,160,29). Sum of RGB (Red+Green+Blue) = 197+160+29=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A01D is #3A5FE2. Grayscale: #9C9C9C. Windows color (decimal): -3825635 or 1941701. OLE color: 1941701.
HSL color Cylindrical-coordinate representation of color #C5A01D: hue angle of 46.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5A01D is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 29 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.23 |
| HSL | 46.79º | 0.74% | 0.44% | - |
| HSV(B) | 46.79º | 0.85% | 0.77% | - |
| XYZ | 35.82 | 37.1 | 6.44 | - |
| YUV | 156.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 29 | 0 | 0.19 | 0.85 | 0.23 | 46.79 | 0.74 | 0.44 |
| Hex | C5 | A0 | 1D | 0 | 13 | 55 | 17 | 2F | 4A | 2C |
| Octal | 305 | 240 | 35 | 0 | 23 | 125 | 27 | 57 | 112 | 54 |
| Binary | 11000101 | 10100000 | 11101 | 0 | 10011 | 1010101 | 10111 | 101111 | 1001010 | 101100 |
Color Harmonies of #C5A01D
Complementary color
Monochromatic Colors of #C5A01D
Black with #C5A01D
Text Example
Text Example
White with #C5A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A01D; }
p { color: rgb(197,160,29); }
H1.HeaderClassName
{
color: #C5A01D;
}
.AnyTagClassName
{
color: #C5A01D;
}
</style>
background-color css
<style>
a { background-color: #C5A01D; }
a { background-color: rgb(197,160,29); }
div.DivClassName
{
background-color: #C5A01D;
}
.BgClassName
{
background-color: #C5A01D;
}
</style>
border-color css
<style>
span { border-color: #C5A01D; }
span { border-color: rgb(197,160,29); }
td.TdClassName
{
border-color: #C5A01D;
}
.TagClassName
{
border-color: #C5A01D;
}
</style>