Shades of Buddha Gold #C9A10D
Tints of Buddha Gold #C9A10D
RGB
CMYK
RGB Variations
Color information
#C9A10D (or 0xC9A10D) is known color: Buddha Gold. HEX triplet: C9, A1 and 0D. RGB value is (201,161,13). Sum of RGB (Red+Green+Blue) = 201+161+13=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A10D is #365EF2. Grayscale: #9C9C9C. Windows color (decimal): -3563251 or 893385. OLE color: 893385.
HSL color Cylindrical-coordinate representation of color #C9A10D: hue angle of 47.23º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9A10D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.21 |
| HSL | 47.23º | 0.88% | 0.42% | - |
| HSV(B) | 47.23º | 0.94% | 0.79% | - |
| XYZ | 36.9 | 37.94 | 5.76 | - |
| YUV | 156.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 13 | 0 | 0.20 | 0.94 | 0.21 | 47.23 | 0.88 | 0.42 |
| Hex | C9 | A1 | D | 0 | 14 | 5E | 15 | 2F | 58 | 2A |
| Octal | 311 | 241 | 15 | 0 | 24 | 136 | 25 | 57 | 130 | 52 |
| Binary | 11001001 | 10100001 | 1101 | 0 | 10100 | 1011110 | 10101 | 101111 | 1011000 | 101010 |
Color Harmonies of #C9A10D
Complementary color
Monochromatic Colors of #C9A10D
Black with #C9A10D
Text Example
Text Example
White with #C9A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A10D; }
p { color: rgb(201,161,13); }
H1.HeaderClassName
{
color: #C9A10D;
}
.AnyTagClassName
{
color: #C9A10D;
}
</style>
background-color css
<style>
a { background-color: #C9A10D; }
a { background-color: rgb(201,161,13); }
div.DivClassName
{
background-color: #C9A10D;
}
.BgClassName
{
background-color: #C9A10D;
}
</style>
border-color css
<style>
span { border-color: #C9A10D; }
span { border-color: rgb(201,161,13); }
td.TdClassName
{
border-color: #C9A10D;
}
.TagClassName
{
border-color: #C9A10D;
}
</style>