Shades of Buddha Gold #C59809
Tints of Buddha Gold #C59809
RGB
CMYK
RGB Variations
Color information
#C59809 (or 0xC59809) is known color: Buddha Gold. HEX triplet: C5, 98 and 09. RGB value is (197,152,9). Sum of RGB (Red+Green+Blue) = 197+152+9=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C59809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59809 is #3A67F6. Grayscale: #959595. Windows color (decimal): -3827703 or 628933. OLE color: 628933.
HSL color Cylindrical-coordinate representation of color #C59809: hue angle of 45.64º 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 #C59809 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 9 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.23 |
| HSL | 45.64º | 0.91% | 0.4% | - |
| HSV(B) | 45.64º | 0.95% | 0.77% | - |
| XYZ | 34.3 | 34.35 | 5.08 | - |
| YUV | 149.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 9 | 0 | 0.23 | 0.95 | 0.23 | 45.64 | 0.91 | 0.4 |
| Hex | C5 | 98 | 9 | 0 | 17 | 5F | 17 | 2E | 5B | 28 |
| Octal | 305 | 230 | 11 | 0 | 27 | 137 | 27 | 56 | 133 | 50 |
| Binary | 11000101 | 10011000 | 1001 | 0 | 10111 | 1011111 | 10111 | 101110 | 1011011 | 101000 |
Color Harmonies of #C59809
Complementary color
Monochromatic Colors of #C59809
Black with #C59809
Text Example
Text Example
White with #C59809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59809; }
p { color: rgb(197,152,9); }
H1.HeaderClassName
{
color: #C59809;
}
.AnyTagClassName
{
color: #C59809;
}
</style>
background-color css
<style>
a { background-color: #C59809; }
a { background-color: rgb(197,152,9); }
div.DivClassName
{
background-color: #C59809;
}
.BgClassName
{
background-color: #C59809;
}
</style>
border-color css
<style>
span { border-color: #C59809; }
span { border-color: rgb(197,152,9); }
td.TdClassName
{
border-color: #C59809;
}
.TagClassName
{
border-color: #C59809;
}
</style>