Shades of Buddha Gold #C9A300
Tints of Buddha Gold #C9A300
RGB
CMYK
RGB Variations
Color information
#C9A300 (or 0xC9A300) is known color: Buddha Gold. HEX triplet: C9, A3 and 00. RGB value is (201,163,0). Sum of RGB (Red+Green+Blue) = 201+163+0=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A300 is #365CFF. Grayscale: #9C9C9C. Windows color (decimal): -3562752 or 41929. OLE color: 41929.
HSL color Cylindrical-coordinate representation of color #C9A300: hue angle of 48.66º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9A300 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.21 |
| HSL | 48.66º | 1% | 0.39% | - |
| HSV(B) | 48.66º | 1% | 0.79% | - |
| XYZ | 37.18 | 38.61 | 5.49 | - |
| YUV | 155.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 0 | 0 | 0.19 | 1 | 0.21 | 48.66 | 1 | 0.39 |
| Hex | C9 | A3 | 0 | 0 | 13 | 64 | 15 | 31 | 64 | 27 |
| Octal | 311 | 243 | 0 | 0 | 23 | 144 | 25 | 61 | 144 | 47 |
| Binary | 11001001 | 10100011 | 0 | 0 | 10011 | 1100100 | 10101 | 110001 | 1100100 | 100111 |
Color Harmonies of #C9A300
Complementary color
Monochromatic Colors of #C9A300
Black with #C9A300
Text Example
Text Example
White with #C9A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A300; }
p { color: rgb(201,163,0); }
H1.HeaderClassName
{
color: #C9A300;
}
.AnyTagClassName
{
color: #C9A300;
}
</style>
background-color css
<style>
a { background-color: #C9A300; }
a { background-color: rgb(201,163,0); }
div.DivClassName
{
background-color: #C9A300;
}
.BgClassName
{
background-color: #C9A300;
}
</style>
border-color css
<style>
span { border-color: #C9A300; }
span { border-color: rgb(201,163,0); }
td.TdClassName
{
border-color: #C9A300;
}
.TagClassName
{
border-color: #C9A300;
}
</style>