Shades of Buddha Gold #C99510
Tints of Buddha Gold #C99510
RGB
CMYK
RGB Variations
Color information
#C99510 (or 0xC99510) is known color: Buddha Gold. HEX triplet: C9, 95 and 10. RGB value is (201,149,16). Sum of RGB (Red+Green+Blue) = 201+149+16=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C99510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99510 is #366AEF. Grayscale: #959595. Windows color (decimal): -3566320 or 1086921. OLE color: 1086921.
HSL color Cylindrical-coordinate representation of color #C99510: hue angle of 43.14º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C99510 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 16 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.21 |
| HSL | 43.14º | 0.85% | 0.43% | - |
| HSV(B) | 43.14º | 0.92% | 0.79% | - |
| XYZ | 34.93 | 33.95 | 5.2 | - |
| YUV | 149.39 | 52.73 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 16 | 0 | 0.26 | 0.92 | 0.21 | 43.14 | 0.85 | 0.43 |
| Hex | C9 | 95 | 10 | 0 | 1A | 5C | 15 | 2B | 55 | 2B |
| Octal | 311 | 225 | 20 | 0 | 32 | 134 | 25 | 53 | 125 | 53 |
| Binary | 11001001 | 10010101 | 10000 | 0 | 11010 | 1011100 | 10101 | 101011 | 1010101 | 101011 |
Color Harmonies of #C99510
Complementary color
Monochromatic Colors of #C99510
Black with #C99510
Text Example
Text Example
White with #C99510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99510; }
p { color: rgb(201,149,16); }
H1.HeaderClassName
{
color: #C99510;
}
.AnyTagClassName
{
color: #C99510;
}
</style>
background-color css
<style>
a { background-color: #C99510; }
a { background-color: rgb(201,149,16); }
div.DivClassName
{
background-color: #C99510;
}
.BgClassName
{
background-color: #C99510;
}
</style>
border-color css
<style>
span { border-color: #C99510; }
span { border-color: rgb(201,149,16); }
td.TdClassName
{
border-color: #C99510;
}
.TagClassName
{
border-color: #C99510;
}
</style>