Shades of Buddha Gold #C59905
Tints of Buddha Gold #C59905
RGB
CMYK
RGB Variations
Color information
#C59905 (or 0xC59905) is known color: Buddha Gold. HEX triplet: C5, 99 and 05. RGB value is (197,153,5). Sum of RGB (Red+Green+Blue) = 197+153+5=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C59905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59905 is #3A66FA. Grayscale: #959595. Windows color (decimal): -3827451 or 367045. OLE color: 367045.
HSL color Cylindrical-coordinate representation of color #C59905: hue angle of 46.25º degrees, saturation: 0.95, 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 #C59905 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 5 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.23 |
| HSL | 46.25º | 0.95% | 0.4% | - |
| HSV(B) | 46.25º | 0.97% | 0.77% | - |
| XYZ | 34.44 | 34.66 | 5.02 | - |
| YUV | 149.28 | 46.58 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 5 | 0 | 0.22 | 0.97 | 0.23 | 46.25 | 0.95 | 0.4 |
| Hex | C5 | 99 | 5 | 0 | 16 | 61 | 17 | 2E | 5F | 28 |
| Octal | 305 | 231 | 5 | 0 | 26 | 141 | 27 | 56 | 137 | 50 |
| Binary | 11000101 | 10011001 | 101 | 0 | 10110 | 1100001 | 10111 | 101110 | 1011111 | 101000 |
Color Harmonies of #C59905
Complementary color
Monochromatic Colors of #C59905
Black with #C59905
Text Example
Text Example
White with #C59905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59905; }
p { color: rgb(197,153,5); }
H1.HeaderClassName
{
color: #C59905;
}
.AnyTagClassName
{
color: #C59905;
}
</style>
background-color css
<style>
a { background-color: #C59905; }
a { background-color: rgb(197,153,5); }
div.DivClassName
{
background-color: #C59905;
}
.BgClassName
{
background-color: #C59905;
}
</style>
border-color css
<style>
span { border-color: #C59905; }
span { border-color: rgb(197,153,5); }
td.TdClassName
{
border-color: #C59905;
}
.TagClassName
{
border-color: #C59905;
}
</style>