Shades of Buddha Gold #C59709
Tints of Buddha Gold #C59709
RGB
CMYK
RGB Variations
Color information
#C59709 (or 0xC59709) is known color: Buddha Gold. HEX triplet: C5, 97 and 09. RGB value is (197,151,9). Sum of RGB (Red+Green+Blue) = 197+151+9=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C59709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59709 is #3A68F6. Grayscale: #959595. Windows color (decimal): -3827959 or 628677. OLE color: 628677.
HSL color Cylindrical-coordinate representation of color #C59709: hue angle of 45.32º 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 #C59709 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 9 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.23 |
| HSL | 45.32º | 0.91% | 0.4% | - |
| HSV(B) | 45.32º | 0.95% | 0.77% | - |
| XYZ | 34.14 | 34.02 | 5.03 | - |
| YUV | 148.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 9 | 0 | 0.23 | 0.95 | 0.23 | 45.32 | 0.91 | 0.4 |
| Hex | C5 | 97 | 9 | 0 | 17 | 5F | 17 | 2D | 5B | 28 |
| Octal | 305 | 227 | 11 | 0 | 27 | 137 | 27 | 55 | 133 | 50 |
| Binary | 11000101 | 10010111 | 1001 | 0 | 10111 | 1011111 | 10111 | 101101 | 1011011 | 101000 |
Color Harmonies of #C59709
Complementary color
Monochromatic Colors of #C59709
Black with #C59709
Text Example
Text Example
White with #C59709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59709; }
p { color: rgb(197,151,9); }
H1.HeaderClassName
{
color: #C59709;
}
.AnyTagClassName
{
color: #C59709;
}
</style>
background-color css
<style>
a { background-color: #C59709; }
a { background-color: rgb(197,151,9); }
div.DivClassName
{
background-color: #C59709;
}
.BgClassName
{
background-color: #C59709;
}
</style>
border-color css
<style>
span { border-color: #C59709; }
span { border-color: rgb(197,151,9); }
td.TdClassName
{
border-color: #C59709;
}
.TagClassName
{
border-color: #C59709;
}
</style>