Shades of Buddha Gold #C89916
Tints of Buddha Gold #C89916
RGB
CMYK
RGB Variations
Color information
#C89916 (or 0xC89916) is known color: Buddha Gold. HEX triplet: C8, 99 and 16. RGB value is (200,153,22). Sum of RGB (Red+Green+Blue) = 200+153+22=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C89916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89916 is #3766E9. Grayscale: #989898. Windows color (decimal): -3630826 or 1481160. OLE color: 1481160.
HSL color Cylindrical-coordinate representation of color #C89916: hue angle of 44.16º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C89916 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 22 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.22 |
| HSL | 44.16º | 0.8% | 0.44% | - |
| HSV(B) | 44.16º | 0.89% | 0.78% | - |
| XYZ | 35.36 | 35.12 | 5.67 | - |
| YUV | 152.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 22 | 0 | 0.24 | 0.89 | 0.22 | 44.16 | 0.8 | 0.44 |
| Hex | C8 | 99 | 16 | 0 | 18 | 59 | 16 | 2C | 50 | 2C |
| Octal | 310 | 231 | 26 | 0 | 30 | 131 | 26 | 54 | 120 | 54 |
| Binary | 11001000 | 10011001 | 10110 | 0 | 11000 | 1011001 | 10110 | 101100 | 1010000 | 101100 |
Color Harmonies of #C89916
Complementary color
Monochromatic Colors of #C89916
Black with #C89916
Text Example
Text Example
White with #C89916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89916; }
p { color: rgb(200,153,22); }
H1.HeaderClassName
{
color: #C89916;
}
.AnyTagClassName
{
color: #C89916;
}
</style>
background-color css
<style>
a { background-color: #C89916; }
a { background-color: rgb(200,153,22); }
div.DivClassName
{
background-color: #C89916;
}
.BgClassName
{
background-color: #C89916;
}
</style>
border-color css
<style>
span { border-color: #C89916; }
span { border-color: rgb(200,153,22); }
td.TdClassName
{
border-color: #C89916;
}
.TagClassName
{
border-color: #C89916;
}
</style>