Shades of Buddha Gold #C5AA0D
Tints of Buddha Gold #C5AA0D
RGB
CMYK
RGB Variations
Color information
#C5AA0D (or 0xC5AA0D) is known color: Buddha Gold. HEX triplet: C5, AA and 0D. RGB value is (197,170,13). Sum of RGB (Red+Green+Blue) = 197+170+13=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA0D is #3A55F2. Grayscale: #A0A0A0. Windows color (decimal): -3823091 or 895685. OLE color: 895685.
HSL color Cylindrical-coordinate representation of color #C5AA0D: hue angle of 51.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5AA0D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.23 |
| HSL | 51.2º | 0.88% | 0.41% | - |
| HSV(B) | 51.2º | 0.93% | 0.77% | - |
| XYZ | 37.47 | 40.65 | 6.25 | - |
| YUV | 160.18 | 44.95 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 13 | 0 | 0.14 | 0.93 | 0.23 | 51.2 | 0.88 | 0.41 |
| Hex | C5 | AA | D | 0 | E | 5D | 17 | 33 | 58 | 29 |
| Octal | 305 | 252 | 15 | 0 | 16 | 135 | 27 | 63 | 130 | 51 |
| Binary | 11000101 | 10101010 | 1101 | 0 | 1110 | 1011101 | 10111 | 110011 | 1011000 | 101001 |
Color Harmonies of #C5AA0D
Complementary color
Monochromatic Colors of #C5AA0D
Black with #C5AA0D
Text Example
Text Example
White with #C5AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA0D; }
p { color: rgb(197,170,13); }
H1.HeaderClassName
{
color: #C5AA0D;
}
.AnyTagClassName
{
color: #C5AA0D;
}
</style>
background-color css
<style>
a { background-color: #C5AA0D; }
a { background-color: rgb(197,170,13); }
div.DivClassName
{
background-color: #C5AA0D;
}
.BgClassName
{
background-color: #C5AA0D;
}
</style>
border-color css
<style>
span { border-color: #C5AA0D; }
span { border-color: rgb(197,170,13); }
td.TdClassName
{
border-color: #C5AA0D;
}
.TagClassName
{
border-color: #C5AA0D;
}
</style>