Shades of Buddha Gold #C89716
Tints of Buddha Gold #C89716
RGB
CMYK
RGB Variations
Color information
#C89716 (or 0xC89716) is known color: Buddha Gold. HEX triplet: C8, 97 and 16. RGB value is (200,151,22). Sum of RGB (Red+Green+Blue) = 200+151+22=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C89716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89716 is #3768E9. Grayscale: #979797. Windows color (decimal): -3631338 or 1480648. OLE color: 1480648.
HSL color Cylindrical-coordinate representation of color #C89716: hue angle of 43.48º 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 #C89716 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 22 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.22 |
| HSL | 43.48º | 0.8% | 0.44% | - |
| HSV(B) | 43.48º | 0.89% | 0.78% | - |
| XYZ | 35.03 | 34.47 | 5.57 | - |
| YUV | 150.95 | 55.23 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 22 | 0 | 0.24 | 0.89 | 0.22 | 43.48 | 0.8 | 0.44 |
| Hex | C8 | 97 | 16 | 0 | 18 | 59 | 16 | 2B | 50 | 2C |
| Octal | 310 | 227 | 26 | 0 | 30 | 131 | 26 | 53 | 120 | 54 |
| Binary | 11001000 | 10010111 | 10110 | 0 | 11000 | 1011001 | 10110 | 101011 | 1010000 | 101100 |
Color Harmonies of #C89716
Complementary color
Monochromatic Colors of #C89716
Black with #C89716
Text Example
Text Example
White with #C89716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89716; }
p { color: rgb(200,151,22); }
H1.HeaderClassName
{
color: #C89716;
}
.AnyTagClassName
{
color: #C89716;
}
</style>
background-color css
<style>
a { background-color: #C89716; }
a { background-color: rgb(200,151,22); }
div.DivClassName
{
background-color: #C89716;
}
.BgClassName
{
background-color: #C89716;
}
</style>
border-color css
<style>
span { border-color: #C89716; }
span { border-color: rgb(200,151,22); }
td.TdClassName
{
border-color: #C89716;
}
.TagClassName
{
border-color: #C89716;
}
</style>