Shades of Buddha Gold #C58F17
Tints of Buddha Gold #C58F17
RGB
CMYK
RGB Variations
Color information
#C58F17 (or 0xC58F17) is known color: Buddha Gold. HEX triplet: C5, 8F and 17. RGB value is (197,143,23). Sum of RGB (Red+Green+Blue) = 197+143+23=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F17 is #3A70E8. Grayscale: #919191. Windows color (decimal): -3829993 or 1544133. OLE color: 1544133.
HSL color Cylindrical-coordinate representation of color #C58F17: hue angle of 41.38º 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 #C58F17 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 23 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.23 |
| HSL | 41.38º | 0.79% | 0.43% | - |
| HSV(B) | 41.38º | 0.88% | 0.77% | - |
| XYZ | 33 | 31.58 | 5.17 | - |
| YUV | 145.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 23 | 0 | 0.27 | 0.88 | 0.23 | 41.38 | 0.79 | 0.43 |
| Hex | C5 | 8F | 17 | 0 | 1B | 58 | 17 | 29 | 4F | 2B |
| Octal | 305 | 217 | 27 | 0 | 33 | 130 | 27 | 51 | 117 | 53 |
| Binary | 11000101 | 10001111 | 10111 | 0 | 11011 | 1011000 | 10111 | 101001 | 1001111 | 101011 |
Color Harmonies of #C58F17
Complementary color
Monochromatic Colors of #C58F17
Black with #C58F17
Text Example
Text Example
White with #C58F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F17; }
p { color: rgb(197,143,23); }
H1.HeaderClassName
{
color: #C58F17;
}
.AnyTagClassName
{
color: #C58F17;
}
</style>
background-color css
<style>
a { background-color: #C58F17; }
a { background-color: rgb(197,143,23); }
div.DivClassName
{
background-color: #C58F17;
}
.BgClassName
{
background-color: #C58F17;
}
</style>
border-color css
<style>
span { border-color: #C58F17; }
span { border-color: rgb(197,143,23); }
td.TdClassName
{
border-color: #C58F17;
}
.TagClassName
{
border-color: #C58F17;
}
</style>