Shades of Buddha Gold #C59906
Tints of Buddha Gold #C59906
RGB
CMYK
RGB Variations
Color information
#C59906 (or 0xC59906) is known color: Buddha Gold. HEX triplet: C5, 99 and 06. RGB value is (197,153,6). Sum of RGB (Red+Green+Blue) = 197+153+6=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C59906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59906 is #3A66F9. Grayscale: #969696. Windows color (decimal): -3827450 or 432581. OLE color: 432581.
HSL color Cylindrical-coordinate representation of color #C59906: hue angle of 46.18º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C59906 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.23 |
| HSL | 46.18º | 0.94% | 0.4% | - |
| HSV(B) | 46.18º | 0.97% | 0.77% | - |
| XYZ | 34.45 | 34.67 | 5.05 | - |
| YUV | 149.4 | 47.08 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 6 | 0 | 0.22 | 0.97 | 0.23 | 46.18 | 0.94 | 0.4 |
| Hex | C5 | 99 | 6 | 0 | 16 | 61 | 17 | 2E | 5E | 28 |
| Octal | 305 | 231 | 6 | 0 | 26 | 141 | 27 | 56 | 136 | 50 |
| Binary | 11000101 | 10011001 | 110 | 0 | 10110 | 1100001 | 10111 | 101110 | 1011110 | 101000 |
Color Harmonies of #C59906
Complementary color
Monochromatic Colors of #C59906
Black with #C59906
Text Example
Text Example
White with #C59906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59906; }
p { color: rgb(197,153,6); }
H1.HeaderClassName
{
color: #C59906;
}
.AnyTagClassName
{
color: #C59906;
}
</style>
background-color css
<style>
a { background-color: #C59906; }
a { background-color: rgb(197,153,6); }
div.DivClassName
{
background-color: #C59906;
}
.BgClassName
{
background-color: #C59906;
}
</style>
border-color css
<style>
span { border-color: #C59906; }
span { border-color: rgb(197,153,6); }
td.TdClassName
{
border-color: #C59906;
}
.TagClassName
{
border-color: #C59906;
}
</style>