Shades of Buddha Gold #C9A80F
Tints of Buddha Gold #C9A80F
RGB
CMYK
RGB Variations
Color information
#C9A80F (or 0xC9A80F) is known color: Buddha Gold. HEX triplet: C9, A8 and 0F. RGB value is (201,168,15). Sum of RGB (Red+Green+Blue) = 201+168+15=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A80F is #3657F0. Grayscale: #A1A1A1. Windows color (decimal): -3561457 or 1026249. OLE color: 1026249.
HSL color Cylindrical-coordinate representation of color #C9A80F: hue angle of 49.35º 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 #C9A80F is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 15 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.21 |
| HSL | 49.35º | 0.86% | 0.42% | - |
| HSV(B) | 49.35º | 0.93% | 0.79% | - |
| XYZ | 38.18 | 40.46 | 6.25 | - |
| YUV | 160.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 15 | 0 | 0.16 | 0.93 | 0.21 | 49.35 | 0.86 | 0.42 |
| Hex | C9 | A8 | F | 0 | 10 | 5D | 15 | 31 | 56 | 2A |
| Octal | 311 | 250 | 17 | 0 | 20 | 135 | 25 | 61 | 126 | 52 |
| Binary | 11001001 | 10101000 | 1111 | 0 | 10000 | 1011101 | 10101 | 110001 | 1010110 | 101010 |
Color Harmonies of #C9A80F
Complementary color
Monochromatic Colors of #C9A80F
Black with #C9A80F
Text Example
Text Example
White with #C9A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A80F; }
p { color: rgb(201,168,15); }
H1.HeaderClassName
{
color: #C9A80F;
}
.AnyTagClassName
{
color: #C9A80F;
}
</style>
background-color css
<style>
a { background-color: #C9A80F; }
a { background-color: rgb(201,168,15); }
div.DivClassName
{
background-color: #C9A80F;
}
.BgClassName
{
background-color: #C9A80F;
}
</style>
border-color css
<style>
span { border-color: #C9A80F; }
span { border-color: rgb(201,168,15); }
td.TdClassName
{
border-color: #C9A80F;
}
.TagClassName
{
border-color: #C9A80F;
}
</style>