Shades of Buddha Gold #C59909
Tints of Buddha Gold #C59909
RGB
CMYK
RGB Variations
Color information
#C59909 (or 0xC59909) is known color: Buddha Gold. HEX triplet: C5, 99 and 09. RGB value is (197,153,9). Sum of RGB (Red+Green+Blue) = 197+153+9=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C59909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59909 is #3A66F6. Grayscale: #969696. Windows color (decimal): -3827447 or 629189. OLE color: 629189.
HSL color Cylindrical-coordinate representation of color #C59909: hue angle of 45.96º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C59909 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 9 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.23 |
| HSL | 45.96º | 0.91% | 0.4% | - |
| HSV(B) | 45.96º | 0.95% | 0.77% | - |
| XYZ | 34.47 | 34.67 | 5.13 | - |
| YUV | 149.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 9 | 0 | 0.22 | 0.95 | 0.23 | 45.96 | 0.91 | 0.4 |
| Hex | C5 | 99 | 9 | 0 | 16 | 5F | 17 | 2E | 5B | 28 |
| Octal | 305 | 231 | 11 | 0 | 26 | 137 | 27 | 56 | 133 | 50 |
| Binary | 11000101 | 10011001 | 1001 | 0 | 10110 | 1011111 | 10111 | 101110 | 1011011 | 101000 |
Color Harmonies of #C59909
Complementary color
Monochromatic Colors of #C59909
Black with #C59909
Text Example
Text Example
White with #C59909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59909; }
p { color: rgb(197,153,9); }
H1.HeaderClassName
{
color: #C59909;
}
.AnyTagClassName
{
color: #C59909;
}
</style>
background-color css
<style>
a { background-color: #C59909; }
a { background-color: rgb(197,153,9); }
div.DivClassName
{
background-color: #C59909;
}
.BgClassName
{
background-color: #C59909;
}
</style>
border-color css
<style>
span { border-color: #C59909; }
span { border-color: rgb(197,153,9); }
td.TdClassName
{
border-color: #C59909;
}
.TagClassName
{
border-color: #C59909;
}
</style>