Shades of Buddha Gold #C99915
Tints of Buddha Gold #C99915
RGB
CMYK
RGB Variations
Color information
#C99915 (or 0xC99915) is known color: Buddha Gold. HEX triplet: C9, 99 and 15. RGB value is (201,153,21). Sum of RGB (Red+Green+Blue) = 201+153+21=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C99915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99915 is #3666EA. Grayscale: #989898. Windows color (decimal): -3565291 or 1415625. OLE color: 1415625.
HSL color Cylindrical-coordinate representation of color #C99915: hue angle of 44º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C99915 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 21 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.21 |
| HSL | 44º | 0.81% | 0.44% | - |
| HSV(B) | 44º | 0.9% | 0.79% | - |
| XYZ | 35.61 | 35.25 | 5.64 | - |
| YUV | 152.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 21 | 0 | 0.24 | 0.90 | 0.21 | 44 | 0.81 | 0.44 |
| Hex | C9 | 99 | 15 | 0 | 18 | 5A | 15 | 2C | 51 | 2C |
| Octal | 311 | 231 | 25 | 0 | 30 | 132 | 25 | 54 | 121 | 54 |
| Binary | 11001001 | 10011001 | 10101 | 0 | 11000 | 1011010 | 10101 | 101100 | 1010001 | 101100 |
Color Harmonies of #C99915
Complementary color
Monochromatic Colors of #C99915
Black with #C99915
Text Example
Text Example
White with #C99915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99915; }
p { color: rgb(201,153,21); }
H1.HeaderClassName
{
color: #C99915;
}
.AnyTagClassName
{
color: #C99915;
}
</style>
background-color css
<style>
a { background-color: #C99915; }
a { background-color: rgb(201,153,21); }
div.DivClassName
{
background-color: #C99915;
}
.BgClassName
{
background-color: #C99915;
}
</style>
border-color css
<style>
span { border-color: #C99915; }
span { border-color: rgb(201,153,21); }
td.TdClassName
{
border-color: #C99915;
}
.TagClassName
{
border-color: #C99915;
}
</style>