Shades of Buddha Gold #C59B18
Tints of Buddha Gold #C59B18
RGB
CMYK
RGB Variations
Color information
#C59B18 (or 0xC59B18) is known color: Buddha Gold. HEX triplet: C5, 9B and 18. RGB value is (197,155,24). Sum of RGB (Red+Green+Blue) = 197+155+24=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59B18 is #3A64E7. Grayscale: #999999. Windows color (decimal): -3826920 or 1612741. OLE color: 1612741.
HSL color Cylindrical-coordinate representation of color #C59B18: hue angle of 45.43º degrees, saturation: 0.78, 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 #C59B18 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 24 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.23 |
| HSL | 45.43º | 0.78% | 0.43% | - |
| HSV(B) | 45.43º | 0.88% | 0.77% | - |
| XYZ | 34.91 | 35.38 | 5.85 | - |
| YUV | 152.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 24 | 0 | 0.21 | 0.88 | 0.23 | 45.43 | 0.78 | 0.43 |
| Hex | C5 | 9B | 18 | 0 | 15 | 58 | 17 | 2D | 4E | 2B |
| Octal | 305 | 233 | 30 | 0 | 25 | 130 | 27 | 55 | 116 | 53 |
| Binary | 11000101 | 10011011 | 11000 | 0 | 10101 | 1011000 | 10111 | 101101 | 1001110 | 101011 |
Color Harmonies of #C59B18
Complementary color
Monochromatic Colors of #C59B18
Black with #C59B18
Text Example
Text Example
White with #C59B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B18; }
p { color: rgb(197,155,24); }
H1.HeaderClassName
{
color: #C59B18;
}
.AnyTagClassName
{
color: #C59B18;
}
</style>
background-color css
<style>
a { background-color: #C59B18; }
a { background-color: rgb(197,155,24); }
div.DivClassName
{
background-color: #C59B18;
}
.BgClassName
{
background-color: #C59B18;
}
</style>
border-color css
<style>
span { border-color: #C59B18; }
span { border-color: rgb(197,155,24); }
td.TdClassName
{
border-color: #C59B18;
}
.TagClassName
{
border-color: #C59B18;
}
</style>