Shades of Buddha Gold #C9A809
Tints of Buddha Gold #C9A809
RGB
CMYK
RGB Variations
Color information
#C9A809 (or 0xC9A809) is known color: Buddha Gold. HEX triplet: C9, A8 and 09. RGB value is (201,168,9). Sum of RGB (Red+Green+Blue) = 201+168+9=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A809 is #3657F6. Grayscale: #A0A0A0. Windows color (decimal): -3561463 or 633033. OLE color: 633033.
HSL color Cylindrical-coordinate representation of color #C9A809: hue angle of 49.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9A809 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.21 |
| HSL | 49.69º | 0.91% | 0.41% | - |
| HSV(B) | 49.69º | 0.96% | 0.79% | - |
| XYZ | 38.14 | 40.44 | 6.05 | - |
| YUV | 159.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 9 | 0 | 0.16 | 0.96 | 0.21 | 49.69 | 0.91 | 0.41 |
| Hex | C9 | A8 | 9 | 0 | 10 | 60 | 15 | 32 | 5B | 29 |
| Octal | 311 | 250 | 11 | 0 | 20 | 140 | 25 | 62 | 133 | 51 |
| Binary | 11001001 | 10101000 | 1001 | 0 | 10000 | 1100000 | 10101 | 110010 | 1011011 | 101001 |
Color Harmonies of #C9A809
Complementary color
Monochromatic Colors of #C9A809
Black with #C9A809
Text Example
Text Example
White with #C9A809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A809; }
p { color: rgb(201,168,9); }
H1.HeaderClassName
{
color: #C9A809;
}
.AnyTagClassName
{
color: #C9A809;
}
</style>
background-color css
<style>
a { background-color: #C9A809; }
a { background-color: rgb(201,168,9); }
div.DivClassName
{
background-color: #C9A809;
}
.BgClassName
{
background-color: #C9A809;
}
</style>
border-color css
<style>
span { border-color: #C9A809; }
span { border-color: rgb(201,168,9); }
td.TdClassName
{
border-color: #C9A809;
}
.TagClassName
{
border-color: #C9A809;
}
</style>