Shades of Buddha Gold #C58D18
Tints of Buddha Gold #C58D18
RGB
CMYK
RGB Variations
Color information
#C58D18 (or 0xC58D18) is known color: Buddha Gold. HEX triplet: C5, 8D and 18. RGB value is (197,141,24). Sum of RGB (Red+Green+Blue) = 197+141+24=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58D18 is #3A72E7. Grayscale: #909090. Windows color (decimal): -3830504 or 1609157. OLE color: 1609157.
HSL color Cylindrical-coordinate representation of color #C58D18: hue angle of 40.58º 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 #C58D18 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 24 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.23 |
| HSL | 40.58º | 0.78% | 0.43% | - |
| HSV(B) | 40.58º | 0.88% | 0.77% | - |
| XYZ | 32.72 | 30.99 | 5.12 | - |
| YUV | 144.41 | 60.05 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 24 | 0 | 0.28 | 0.88 | 0.23 | 40.58 | 0.78 | 0.43 |
| Hex | C5 | 8D | 18 | 0 | 1C | 58 | 17 | 29 | 4E | 2B |
| Octal | 305 | 215 | 30 | 0 | 34 | 130 | 27 | 51 | 116 | 53 |
| Binary | 11000101 | 10001101 | 11000 | 0 | 11100 | 1011000 | 10111 | 101001 | 1001110 | 101011 |
Color Harmonies of #C58D18
Complementary color
Monochromatic Colors of #C58D18
Black with #C58D18
Text Example
Text Example
White with #C58D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D18; }
p { color: rgb(197,141,24); }
H1.HeaderClassName
{
color: #C58D18;
}
.AnyTagClassName
{
color: #C58D18;
}
</style>
background-color css
<style>
a { background-color: #C58D18; }
a { background-color: rgb(197,141,24); }
div.DivClassName
{
background-color: #C58D18;
}
.BgClassName
{
background-color: #C58D18;
}
</style>
border-color css
<style>
span { border-color: #C58D18; }
span { border-color: rgb(197,141,24); }
td.TdClassName
{
border-color: #C58D18;
}
.TagClassName
{
border-color: #C58D18;
}
</style>