Shades of Buddha Gold #C9A021
Tints of Buddha Gold #C9A021
RGB
CMYK
RGB Variations
Color information
#C9A021 (or 0xC9A021) is known color: Buddha Gold. HEX triplet: C9, A0 and 21. RGB value is (201,160,33). Sum of RGB (Red+Green+Blue) = 201+160+33=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A021 is #365FDE. Grayscale: #9E9E9E. Windows color (decimal): -3563487 or 2203849. OLE color: 2203849.
HSL color Cylindrical-coordinate representation of color #C9A021: hue angle of 45.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9A021 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 33 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.21 |
| HSL | 45.36º | 0.72% | 0.46% | - |
| HSV(B) | 45.36º | 0.84% | 0.79% | - |
| XYZ | 36.93 | 37.67 | 6.76 | - |
| YUV | 157.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 33 | 0 | 0.20 | 0.84 | 0.21 | 45.36 | 0.72 | 0.46 |
| Hex | C9 | A0 | 21 | 0 | 14 | 54 | 15 | 2D | 48 | 2E |
| Octal | 311 | 240 | 41 | 0 | 24 | 124 | 25 | 55 | 110 | 56 |
| Binary | 11001001 | 10100000 | 100001 | 0 | 10100 | 1010100 | 10101 | 101101 | 1001000 | 101110 |
Color Harmonies of #C9A021
Complementary color
Monochromatic Colors of #C9A021
Black with #C9A021
Text Example
Text Example
White with #C9A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A021; }
p { color: rgb(201,160,33); }
H1.HeaderClassName
{
color: #C9A021;
}
.AnyTagClassName
{
color: #C9A021;
}
</style>
background-color css
<style>
a { background-color: #C9A021; }
a { background-color: rgb(201,160,33); }
div.DivClassName
{
background-color: #C9A021;
}
.BgClassName
{
background-color: #C9A021;
}
</style>
border-color css
<style>
span { border-color: #C9A021; }
span { border-color: rgb(201,160,33); }
td.TdClassName
{
border-color: #C9A021;
}
.TagClassName
{
border-color: #C9A021;
}
</style>