Shades of Buddha Gold #C9A70F
Tints of Buddha Gold #C9A70F
RGB
CMYK
RGB Variations
Color information
#C9A70F (or 0xC9A70F) is known color: Buddha Gold. HEX triplet: C9, A7 and 0F. RGB value is (201,167,15). Sum of RGB (Red+Green+Blue) = 201+167+15=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A70F is #3658F0. Grayscale: #A0A0A0. Windows color (decimal): -3561713 or 1025993. OLE color: 1025993.
HSL color Cylindrical-coordinate representation of color #C9A70F: hue angle of 49.03º degrees, saturation: 0.86, 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 #C9A70F is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 167 | 15 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.21 |
| HSL | 49.03º | 0.86% | 0.42% | - |
| HSV(B) | 49.03º | 0.93% | 0.79% | - |
| XYZ | 37.99 | 40.09 | 6.19 | - |
| YUV | 159.84 | 46.26 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 15 | 0 | 0.17 | 0.93 | 0.21 | 49.03 | 0.86 | 0.42 |
| Hex | C9 | A7 | F | 0 | 11 | 5D | 15 | 31 | 56 | 2A |
| Octal | 311 | 247 | 17 | 0 | 21 | 135 | 25 | 61 | 126 | 52 |
| Binary | 11001001 | 10100111 | 1111 | 0 | 10001 | 1011101 | 10101 | 110001 | 1010110 | 101010 |
Color Harmonies of #C9A70F
Complementary color
Monochromatic Colors of #C9A70F
Black with #C9A70F
Text Example
Text Example
White with #C9A70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A70F; }
p { color: rgb(201,167,15); }
H1.HeaderClassName
{
color: #C9A70F;
}
.AnyTagClassName
{
color: #C9A70F;
}
</style>
background-color css
<style>
a { background-color: #C9A70F; }
a { background-color: rgb(201,167,15); }
div.DivClassName
{
background-color: #C9A70F;
}
.BgClassName
{
background-color: #C9A70F;
}
</style>
border-color css
<style>
span { border-color: #C9A70F; }
span { border-color: rgb(201,167,15); }
td.TdClassName
{
border-color: #C9A70F;
}
.TagClassName
{
border-color: #C9A70F;
}
</style>