Shades of Buddha Gold #C9A301
Tints of Buddha Gold #C9A301
RGB
CMYK
RGB Variations
Color information
#C9A301 (or 0xC9A301) is known color: Buddha Gold. HEX triplet: C9, A3 and 01. RGB value is (201,163,1). Sum of RGB (Red+Green+Blue) = 201+163+1=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A301 is #365CFE. Grayscale: #9C9C9C. Windows color (decimal): -3562751 or 107465. OLE color: 107465.
HSL color Cylindrical-coordinate representation of color #C9A301: hue angle of 48.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9A301 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.21 |
| HSL | 48.6º | 0.99% | 0.4% | - |
| HSV(B) | 48.6º | 1% | 0.79% | - |
| XYZ | 37.19 | 38.61 | 5.52 | - |
| YUV | 155.89 | 40.59 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 1 | 0 | 0.19 | 1.00 | 0.21 | 48.6 | 0.99 | 0.4 |
| Hex | C9 | A3 | 1 | 0 | 13 | 64 | 15 | 31 | 63 | 28 |
| Octal | 311 | 243 | 1 | 0 | 23 | 144 | 25 | 61 | 143 | 50 |
| Binary | 11001001 | 10100011 | 1 | 0 | 10011 | 1100100 | 10101 | 110001 | 1100011 | 101000 |
Color Harmonies of #C9A301
Complementary color
Monochromatic Colors of #C9A301
Black with #C9A301
Text Example
Text Example
White with #C9A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A301; }
p { color: rgb(201,163,1); }
H1.HeaderClassName
{
color: #C9A301;
}
.AnyTagClassName
{
color: #C9A301;
}
</style>
background-color css
<style>
a { background-color: #C9A301; }
a { background-color: rgb(201,163,1); }
div.DivClassName
{
background-color: #C9A301;
}
.BgClassName
{
background-color: #C9A301;
}
</style>
border-color css
<style>
span { border-color: #C9A301; }
span { border-color: rgb(201,163,1); }
td.TdClassName
{
border-color: #C9A301;
}
.TagClassName
{
border-color: #C9A301;
}
</style>