Shades of Buddha Gold #C9A20E
Tints of Buddha Gold #C9A20E
RGB
CMYK
RGB Variations
Color information
#C9A20E (or 0xC9A20E) is known color: Buddha Gold. HEX triplet: C9, A2 and 0E. RGB value is (201,162,14). Sum of RGB (Red+Green+Blue) = 201+162+14=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A20E is #365DF1. Grayscale: #9D9D9D. Windows color (decimal): -3562994 or 959177. OLE color: 959177.
HSL color Cylindrical-coordinate representation of color #C9A20E: hue angle of 47.49º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9A20E is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 14 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.21 |
| HSL | 47.49º | 0.87% | 0.42% | - |
| HSV(B) | 47.49º | 0.93% | 0.79% | - |
| XYZ | 37.09 | 38.29 | 5.85 | - |
| YUV | 156.79 | 47.42 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 14 | 0 | 0.19 | 0.93 | 0.21 | 47.49 | 0.87 | 0.42 |
| Hex | C9 | A2 | E | 0 | 13 | 5D | 15 | 2F | 57 | 2A |
| Octal | 311 | 242 | 16 | 0 | 23 | 135 | 25 | 57 | 127 | 52 |
| Binary | 11001001 | 10100010 | 1110 | 0 | 10011 | 1011101 | 10101 | 101111 | 1010111 | 101010 |
Color Harmonies of #C9A20E
Complementary color
Monochromatic Colors of #C9A20E
Black with #C9A20E
Text Example
Text Example
White with #C9A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A20E; }
p { color: rgb(201,162,14); }
H1.HeaderClassName
{
color: #C9A20E;
}
.AnyTagClassName
{
color: #C9A20E;
}
</style>
background-color css
<style>
a { background-color: #C9A20E; }
a { background-color: rgb(201,162,14); }
div.DivClassName
{
background-color: #C9A20E;
}
.BgClassName
{
background-color: #C9A20E;
}
</style>
border-color css
<style>
span { border-color: #C9A20E; }
span { border-color: rgb(201,162,14); }
td.TdClassName
{
border-color: #C9A20E;
}
.TagClassName
{
border-color: #C9A20E;
}
</style>