Shades of Buddha Gold #C9A40F
Tints of Buddha Gold #C9A40F
RGB
CMYK
RGB Variations
Color information
#C9A40F (or 0xC9A40F) is known color: Buddha Gold. HEX triplet: C9, A4 and 0F. RGB value is (201,164,15). Sum of RGB (Red+Green+Blue) = 201+164+15=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A40F is #365BF0. Grayscale: #9E9E9E. Windows color (decimal): -3562481 or 1025225. OLE color: 1025225.
HSL color Cylindrical-coordinate representation of color #C9A40F: hue angle of 48.06º 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 #C9A40F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.21 |
| HSL | 48.06º | 0.86% | 0.42% | - |
| HSV(B) | 48.06º | 0.93% | 0.79% | - |
| XYZ | 37.45 | 39 | 6.01 | - |
| YUV | 158.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 15 | 0 | 0.18 | 0.93 | 0.21 | 48.06 | 0.86 | 0.42 |
| Hex | C9 | A4 | F | 0 | 12 | 5D | 15 | 30 | 56 | 2A |
| Octal | 311 | 244 | 17 | 0 | 22 | 135 | 25 | 60 | 126 | 52 |
| Binary | 11001001 | 10100100 | 1111 | 0 | 10010 | 1011101 | 10101 | 110000 | 1010110 | 101010 |
Color Harmonies of #C9A40F
Complementary color
Monochromatic Colors of #C9A40F
Black with #C9A40F
Text Example
Text Example
White with #C9A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A40F; }
p { color: rgb(201,164,15); }
H1.HeaderClassName
{
color: #C9A40F;
}
.AnyTagClassName
{
color: #C9A40F;
}
</style>
background-color css
<style>
a { background-color: #C9A40F; }
a { background-color: rgb(201,164,15); }
div.DivClassName
{
background-color: #C9A40F;
}
.BgClassName
{
background-color: #C9A40F;
}
</style>
border-color css
<style>
span { border-color: #C9A40F; }
span { border-color: rgb(201,164,15); }
td.TdClassName
{
border-color: #C9A40F;
}
.TagClassName
{
border-color: #C9A40F;
}
</style>