Shades of Buddha Gold #C59713
Tints of Buddha Gold #C59713
RGB
CMYK
RGB Variations
Color information
#C59713 (or 0xC59713) is known color: Buddha Gold. HEX triplet: C5, 97 and 13. RGB value is (197,151,19). Sum of RGB (Red+Green+Blue) = 197+151+19=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C59713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59713 is #3A68EC. Grayscale: #969696. Windows color (decimal): -3827949 or 1284037. OLE color: 1284037.
HSL color Cylindrical-coordinate representation of color #C59713: hue angle of 44.49º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C59713 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 19 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.23 |
| HSL | 44.49º | 0.82% | 0.42% | - |
| HSV(B) | 44.49º | 0.9% | 0.77% | - |
| XYZ | 34.21 | 34.05 | 5.39 | - |
| YUV | 149.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 19 | 0 | 0.23 | 0.90 | 0.23 | 44.49 | 0.82 | 0.42 |
| Hex | C5 | 97 | 13 | 0 | 17 | 5A | 17 | 2C | 52 | 2A |
| Octal | 305 | 227 | 23 | 0 | 27 | 132 | 27 | 54 | 122 | 52 |
| Binary | 11000101 | 10010111 | 10011 | 0 | 10111 | 1011010 | 10111 | 101100 | 1010010 | 101010 |
Color Harmonies of #C59713
Complementary color
Monochromatic Colors of #C59713
Black with #C59713
Text Example
Text Example
White with #C59713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59713; }
p { color: rgb(197,151,19); }
H1.HeaderClassName
{
color: #C59713;
}
.AnyTagClassName
{
color: #C59713;
}
</style>
background-color css
<style>
a { background-color: #C59713; }
a { background-color: rgb(197,151,19); }
div.DivClassName
{
background-color: #C59713;
}
.BgClassName
{
background-color: #C59713;
}
</style>
border-color css
<style>
span { border-color: #C59713; }
span { border-color: rgb(197,151,19); }
td.TdClassName
{
border-color: #C59713;
}
.TagClassName
{
border-color: #C59713;
}
</style>