Shades of Buddha Gold #C9A022
Tints of Buddha Gold #C9A022
RGB
CMYK
RGB Variations
Color information
#C9A022 (or 0xC9A022) is known color: Buddha Gold. HEX triplet: C9, A0 and 22. RGB value is (201,160,34). Sum of RGB (Red+Green+Blue) = 201+160+34=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A022 is #365FDD. Grayscale: #9E9E9E. Windows color (decimal): -3563486 or 2269385. OLE color: 2269385.
HSL color Cylindrical-coordinate representation of color #C9A022: hue angle of 45.27º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9A022 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 34 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.21 |
| HSL | 45.27º | 0.71% | 0.46% | - |
| HSV(B) | 45.27º | 0.83% | 0.79% | - |
| XYZ | 36.95 | 37.67 | 6.84 | - |
| YUV | 157.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 34 | 0 | 0.20 | 0.83 | 0.21 | 45.27 | 0.71 | 0.46 |
| Hex | C9 | A0 | 22 | 0 | 14 | 53 | 15 | 2D | 47 | 2E |
| Octal | 311 | 240 | 42 | 0 | 24 | 123 | 25 | 55 | 107 | 56 |
| Binary | 11001001 | 10100000 | 100010 | 0 | 10100 | 1010011 | 10101 | 101101 | 1000111 | 101110 |
Color Harmonies of #C9A022
Complementary color
Monochromatic Colors of #C9A022
Black with #C9A022
Text Example
Text Example
White with #C9A022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A022; }
p { color: rgb(201,160,34); }
H1.HeaderClassName
{
color: #C9A022;
}
.AnyTagClassName
{
color: #C9A022;
}
</style>
background-color css
<style>
a { background-color: #C9A022; }
a { background-color: rgb(201,160,34); }
div.DivClassName
{
background-color: #C9A022;
}
.BgClassName
{
background-color: #C9A022;
}
</style>
border-color css
<style>
span { border-color: #C9A022; }
span { border-color: rgb(201,160,34); }
td.TdClassName
{
border-color: #C9A022;
}
.TagClassName
{
border-color: #C9A022;
}
</style>