Shades of Buddha Gold #C59B17
Tints of Buddha Gold #C59B17
RGB
CMYK
RGB Variations
Color information
#C59B17 (or 0xC59B17) is known color: Buddha Gold. HEX triplet: C5, 9B and 17. RGB value is (197,155,23). Sum of RGB (Red+Green+Blue) = 197+155+23=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59B17 is #3A64E8. Grayscale: #999999. Windows color (decimal): -3826921 or 1547205. OLE color: 1547205.
HSL color Cylindrical-coordinate representation of color #C59B17: hue angle of 45.52º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C59B17 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 23 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.23 |
| HSL | 45.52º | 0.79% | 0.43% | - |
| HSV(B) | 45.52º | 0.88% | 0.77% | - |
| XYZ | 34.9 | 35.37 | 5.8 | - |
| YUV | 152.51 | 54.91 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 23 | 0 | 0.21 | 0.88 | 0.23 | 45.52 | 0.79 | 0.43 |
| Hex | C5 | 9B | 17 | 0 | 15 | 58 | 17 | 2E | 4F | 2B |
| Octal | 305 | 233 | 27 | 0 | 25 | 130 | 27 | 56 | 117 | 53 |
| Binary | 11000101 | 10011011 | 10111 | 0 | 10101 | 1011000 | 10111 | 101110 | 1001111 | 101011 |
Color Harmonies of #C59B17
Complementary color
Monochromatic Colors of #C59B17
Black with #C59B17
Text Example
Text Example
White with #C59B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B17; }
p { color: rgb(197,155,23); }
H1.HeaderClassName
{
color: #C59B17;
}
.AnyTagClassName
{
color: #C59B17;
}
</style>
background-color css
<style>
a { background-color: #C59B17; }
a { background-color: rgb(197,155,23); }
div.DivClassName
{
background-color: #C59B17;
}
.BgClassName
{
background-color: #C59B17;
}
</style>
border-color css
<style>
span { border-color: #C59B17; }
span { border-color: rgb(197,155,23); }
td.TdClassName
{
border-color: #C59B17;
}
.TagClassName
{
border-color: #C59B17;
}
</style>