Shades of Buddha Gold #C59418
Tints of Buddha Gold #C59418
RGB
CMYK
RGB Variations
Color information
#C59418 (or 0xC59418) is known color: Buddha Gold. HEX triplet: C5, 94 and 18. RGB value is (197,148,24). Sum of RGB (Red+Green+Blue) = 197+148+24=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C59418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59418 is #3A6BE7. Grayscale: #959595. Windows color (decimal): -3828712 or 1610949. OLE color: 1610949.
HSL color Cylindrical-coordinate representation of color #C59418: hue angle of 43.01º 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 #C59418 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 24 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.23 |
| HSL | 43.01º | 0.78% | 0.43% | - |
| HSV(B) | 43.01º | 0.88% | 0.77% | - |
| XYZ | 33.78 | 33.12 | 5.48 | - |
| YUV | 148.52 | 57.73 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 24 | 0 | 0.25 | 0.88 | 0.23 | 43.01 | 0.78 | 0.43 |
| Hex | C5 | 94 | 18 | 0 | 19 | 58 | 17 | 2B | 4E | 2B |
| Octal | 305 | 224 | 30 | 0 | 31 | 130 | 27 | 53 | 116 | 53 |
| Binary | 11000101 | 10010100 | 11000 | 0 | 11001 | 1011000 | 10111 | 101011 | 1001110 | 101011 |
Color Harmonies of #C59418
Complementary color
Monochromatic Colors of #C59418
Black with #C59418
Text Example
Text Example
White with #C59418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59418; }
p { color: rgb(197,148,24); }
H1.HeaderClassName
{
color: #C59418;
}
.AnyTagClassName
{
color: #C59418;
}
</style>
background-color css
<style>
a { background-color: #C59418; }
a { background-color: rgb(197,148,24); }
div.DivClassName
{
background-color: #C59418;
}
.BgClassName
{
background-color: #C59418;
}
</style>
border-color css
<style>
span { border-color: #C59418; }
span { border-color: rgb(197,148,24); }
td.TdClassName
{
border-color: #C59418;
}
.TagClassName
{
border-color: #C59418;
}
</style>