Shades of Buddha Gold #C9A70D
Tints of Buddha Gold #C9A70D
RGB
CMYK
RGB Variations
Color information
#C9A70D (or 0xC9A70D) is known color: Buddha Gold. HEX triplet: C9, A7 and 0D. RGB value is (201,167,13). Sum of RGB (Red+Green+Blue) = 201+167+13=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A70D is #3658F2. Grayscale: #A0A0A0. Windows color (decimal): -3561715 or 894921. OLE color: 894921.
HSL color Cylindrical-coordinate representation of color #C9A70D: hue angle of 49.15º 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 #C9A70D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.21 |
| HSL | 49.15º | 0.88% | 0.42% | - |
| HSV(B) | 49.15º | 0.94% | 0.79% | - |
| XYZ | 37.98 | 40.08 | 6.12 | - |
| YUV | 159.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 13 | 0 | 0.17 | 0.94 | 0.21 | 49.15 | 0.88 | 0.42 |
| Hex | C9 | A7 | D | 0 | 11 | 5E | 15 | 31 | 58 | 2A |
| Octal | 311 | 247 | 15 | 0 | 21 | 136 | 25 | 61 | 130 | 52 |
| Binary | 11001001 | 10100111 | 1101 | 0 | 10001 | 1011110 | 10101 | 110001 | 1011000 | 101010 |
Color Harmonies of #C9A70D
Complementary color
Monochromatic Colors of #C9A70D
Black with #C9A70D
Text Example
Text Example
White with #C9A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A70D; }
p { color: rgb(201,167,13); }
H1.HeaderClassName
{
color: #C9A70D;
}
.AnyTagClassName
{
color: #C9A70D;
}
</style>
background-color css
<style>
a { background-color: #C9A70D; }
a { background-color: rgb(201,167,13); }
div.DivClassName
{
background-color: #C9A70D;
}
.BgClassName
{
background-color: #C9A70D;
}
</style>
border-color css
<style>
span { border-color: #C9A70D; }
span { border-color: rgb(201,167,13); }
td.TdClassName
{
border-color: #C9A70D;
}
.TagClassName
{
border-color: #C9A70D;
}
</style>