Shades of Buddha Gold #C9A919
Tints of Buddha Gold #C9A919
RGB
CMYK
RGB Variations
Color information
#C9A919 (or 0xC9A919) is known color: Buddha Gold. HEX triplet: C9, A9 and 19. RGB value is (201,169,25). Sum of RGB (Red+Green+Blue) = 201+169+25=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A919 is #3656E6. Grayscale: #A2A2A2. Windows color (decimal): -3561191 or 1681865. OLE color: 1681865.
HSL color Cylindrical-coordinate representation of color #C9A919: hue angle of 49.09º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9A919 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 25 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.21 |
| HSL | 49.09º | 0.78% | 0.44% | - |
| HSV(B) | 49.09º | 0.88% | 0.79% | - |
| XYZ | 38.45 | 40.86 | 6.78 | - |
| YUV | 162.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 25 | 0 | 0.16 | 0.88 | 0.21 | 49.09 | 0.78 | 0.44 |
| Hex | C9 | A9 | 19 | 0 | 10 | 58 | 15 | 31 | 4E | 2C |
| Octal | 311 | 251 | 31 | 0 | 20 | 130 | 25 | 61 | 116 | 54 |
| Binary | 11001001 | 10101001 | 11001 | 0 | 10000 | 1011000 | 10101 | 110001 | 1001110 | 101100 |
Color Harmonies of #C9A919
Complementary color
Monochromatic Colors of #C9A919
Black with #C9A919
Text Example
Text Example
White with #C9A919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A919; }
p { color: rgb(201,169,25); }
H1.HeaderClassName
{
color: #C9A919;
}
.AnyTagClassName
{
color: #C9A919;
}
</style>
background-color css
<style>
a { background-color: #C9A919; }
a { background-color: rgb(201,169,25); }
div.DivClassName
{
background-color: #C9A919;
}
.BgClassName
{
background-color: #C9A919;
}
</style>
border-color css
<style>
span { border-color: #C9A919; }
span { border-color: rgb(201,169,25); }
td.TdClassName
{
border-color: #C9A919;
}
.TagClassName
{
border-color: #C9A919;
}
</style>