Shades of Buddha Gold #C9AA0E
Tints of Buddha Gold #C9AA0E
RGB
CMYK
RGB Variations
Color information
#C9AA0E (or 0xC9AA0E) is known color: Buddha Gold. HEX triplet: C9, AA and 0E. RGB value is (201,170,14). Sum of RGB (Red+Green+Blue) = 201+170+14=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AA0E is #3655F1. Grayscale: #A2A2A2. Windows color (decimal): -3560946 or 961225. OLE color: 961225.
HSL color Cylindrical-coordinate representation of color #C9AA0E: hue angle of 50.05º 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 #C9AA0E is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 14 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.21 |
| HSL | 50.05º | 0.87% | 0.42% | - |
| HSV(B) | 50.05º | 0.93% | 0.79% | - |
| XYZ | 38.54 | 41.2 | 6.34 | - |
| YUV | 161.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 14 | 0 | 0.15 | 0.93 | 0.21 | 50.05 | 0.87 | 0.42 |
| Hex | C9 | AA | E | 0 | F | 5D | 15 | 32 | 57 | 2A |
| Octal | 311 | 252 | 16 | 0 | 17 | 135 | 25 | 62 | 127 | 52 |
| Binary | 11001001 | 10101010 | 1110 | 0 | 1111 | 1011101 | 10101 | 110010 | 1010111 | 101010 |
Color Harmonies of #C9AA0E
Complementary color
Monochromatic Colors of #C9AA0E
Black with #C9AA0E
Text Example
Text Example
White with #C9AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA0E; }
p { color: rgb(201,170,14); }
H1.HeaderClassName
{
color: #C9AA0E;
}
.AnyTagClassName
{
color: #C9AA0E;
}
</style>
background-color css
<style>
a { background-color: #C9AA0E; }
a { background-color: rgb(201,170,14); }
div.DivClassName
{
background-color: #C9AA0E;
}
.BgClassName
{
background-color: #C9AA0E;
}
</style>
border-color css
<style>
span { border-color: #C9AA0E; }
span { border-color: rgb(201,170,14); }
td.TdClassName
{
border-color: #C9AA0E;
}
.TagClassName
{
border-color: #C9AA0E;
}
</style>