Shades of Buddha Gold #C99710
Tints of Buddha Gold #C99710
RGB
CMYK
RGB Variations
Color information
#C99710 (or 0xC99710) is known color: Buddha Gold. HEX triplet: C9, 97 and 10. RGB value is (201,151,16). Sum of RGB (Red+Green+Blue) = 201+151+16=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C99710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99710 is #3668EF. Grayscale: #979797. Windows color (decimal): -3565808 or 1087433. OLE color: 1087433.
HSL color Cylindrical-coordinate representation of color #C99710: hue angle of 43.78º 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 #C99710 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 16 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.21 |
| HSL | 43.78º | 0.85% | 0.43% | - |
| HSV(B) | 43.78º | 0.92% | 0.79% | - |
| XYZ | 35.25 | 34.59 | 5.31 | - |
| YUV | 150.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 16 | 0 | 0.25 | 0.92 | 0.21 | 43.78 | 0.85 | 0.43 |
| Hex | C9 | 97 | 10 | 0 | 19 | 5C | 15 | 2C | 55 | 2B |
| Octal | 311 | 227 | 20 | 0 | 31 | 134 | 25 | 54 | 125 | 53 |
| Binary | 11001001 | 10010111 | 10000 | 0 | 11001 | 1011100 | 10101 | 101100 | 1010101 | 101011 |
Color Harmonies of #C99710
Complementary color
Monochromatic Colors of #C99710
Black with #C99710
Text Example
Text Example
White with #C99710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99710; }
p { color: rgb(201,151,16); }
H1.HeaderClassName
{
color: #C99710;
}
.AnyTagClassName
{
color: #C99710;
}
</style>
background-color css
<style>
a { background-color: #C99710; }
a { background-color: rgb(201,151,16); }
div.DivClassName
{
background-color: #C99710;
}
.BgClassName
{
background-color: #C99710;
}
</style>
border-color css
<style>
span { border-color: #C99710; }
span { border-color: rgb(201,151,16); }
td.TdClassName
{
border-color: #C99710;
}
.TagClassName
{
border-color: #C99710;
}
</style>