Shades of Buddha Gold #C89710
Tints of Buddha Gold #C89710
RGB
CMYK
RGB Variations
Color information
#C89710 (or 0xC89710) is known color: Buddha Gold. HEX triplet: C8, 97 and 10. RGB value is (200,151,16). Sum of RGB (Red+Green+Blue) = 200+151+16=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C89710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89710 is #3768EF. Grayscale: #969696. Windows color (decimal): -3631344 or 1087432. OLE color: 1087432.
HSL color Cylindrical-coordinate representation of color #C89710: hue angle of 44.02º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C89710 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.22 |
| HSL | 44.02º | 0.85% | 0.42% | - |
| HSV(B) | 44.02º | 0.92% | 0.78% | - |
| XYZ | 34.98 | 34.45 | 5.3 | - |
| YUV | 150.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 16 | 0 | 0.24 | 0.92 | 0.22 | 44.02 | 0.85 | 0.42 |
| Hex | C8 | 97 | 10 | 0 | 18 | 5C | 16 | 2C | 55 | 2A |
| Octal | 310 | 227 | 20 | 0 | 30 | 134 | 26 | 54 | 125 | 52 |
| Binary | 11001000 | 10010111 | 10000 | 0 | 11000 | 1011100 | 10110 | 101100 | 1010101 | 101010 |
Color Harmonies of #C89710
Complementary color
Monochromatic Colors of #C89710
Black with #C89710
Text Example
Text Example
White with #C89710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89710; }
p { color: rgb(200,151,16); }
H1.HeaderClassName
{
color: #C89710;
}
.AnyTagClassName
{
color: #C89710;
}
</style>
background-color css
<style>
a { background-color: #C89710; }
a { background-color: rgb(200,151,16); }
div.DivClassName
{
background-color: #C89710;
}
.BgClassName
{
background-color: #C89710;
}
</style>
border-color css
<style>
span { border-color: #C89710; }
span { border-color: rgb(200,151,16); }
td.TdClassName
{
border-color: #C89710;
}
.TagClassName
{
border-color: #C89710;
}
</style>