Shades of Buddha Gold #C89906
Tints of Buddha Gold #C89906
RGB
CMYK
RGB Variations
Color information
#C89906 (or 0xC89906) is known color: Buddha Gold. HEX triplet: C8, 99 and 06. RGB value is (200,153,6). Sum of RGB (Red+Green+Blue) = 200+153+6=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C89906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89906 is #3766F9. Grayscale: #969696. Windows color (decimal): -3630842 or 432584. OLE color: 432584.
HSL color Cylindrical-coordinate representation of color #C89906: hue angle of 45.46º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C89906 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 6 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.22 |
| HSL | 45.46º | 0.94% | 0.4% | - |
| HSV(B) | 45.46º | 0.97% | 0.78% | - |
| XYZ | 35.24 | 35.07 | 5.08 | - |
| YUV | 150.3 | 46.57 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 6 | 0 | 0.24 | 0.97 | 0.22 | 45.46 | 0.94 | 0.4 |
| Hex | C8 | 99 | 6 | 0 | 18 | 61 | 16 | 2D | 5E | 28 |
| Octal | 310 | 231 | 6 | 0 | 30 | 141 | 26 | 55 | 136 | 50 |
| Binary | 11001000 | 10011001 | 110 | 0 | 11000 | 1100001 | 10110 | 101101 | 1011110 | 101000 |
Color Harmonies of #C89906
Complementary color
Monochromatic Colors of #C89906
Black with #C89906
Text Example
Text Example
White with #C89906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89906; }
p { color: rgb(200,153,6); }
H1.HeaderClassName
{
color: #C89906;
}
.AnyTagClassName
{
color: #C89906;
}
</style>
background-color css
<style>
a { background-color: #C89906; }
a { background-color: rgb(200,153,6); }
div.DivClassName
{
background-color: #C89906;
}
.BgClassName
{
background-color: #C89906;
}
</style>
border-color css
<style>
span { border-color: #C89906; }
span { border-color: rgb(200,153,6); }
td.TdClassName
{
border-color: #C89906;
}
.TagClassName
{
border-color: #C89906;
}
</style>