Shades of Buddha Gold #C59D1B
Tints of Buddha Gold #C59D1B
RGB
CMYK
RGB Variations
Color information
#C59D1B (or 0xC59D1B) is known color: Buddha Gold. HEX triplet: C5, 9D and 1B. RGB value is (197,157,27). Sum of RGB (Red+Green+Blue) = 197+157+27=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59D1B is #3A62E4. Grayscale: #9A9A9A. Windows color (decimal): -3826405 or 1809861. OLE color: 1809861.
HSL color Cylindrical-coordinate representation of color #C59D1B: hue angle of 45.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C59D1B is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 27 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.23 |
| HSL | 45.88º | 0.76% | 0.44% | - |
| HSV(B) | 45.88º | 0.86% | 0.77% | - |
| XYZ | 35.28 | 36.06 | 6.14 | - |
| YUV | 154.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 27 | 0 | 0.20 | 0.86 | 0.23 | 45.88 | 0.76 | 0.44 |
| Hex | C5 | 9D | 1B | 0 | 14 | 56 | 17 | 2E | 4C | 2C |
| Octal | 305 | 235 | 33 | 0 | 24 | 126 | 27 | 56 | 114 | 54 |
| Binary | 11000101 | 10011101 | 11011 | 0 | 10100 | 1010110 | 10111 | 101110 | 1001100 | 101100 |
Color Harmonies of #C59D1B
Complementary color
Monochromatic Colors of #C59D1B
Black with #C59D1B
Text Example
Text Example
White with #C59D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D1B; }
p { color: rgb(197,157,27); }
H1.HeaderClassName
{
color: #C59D1B;
}
.AnyTagClassName
{
color: #C59D1B;
}
</style>
background-color css
<style>
a { background-color: #C59D1B; }
a { background-color: rgb(197,157,27); }
div.DivClassName
{
background-color: #C59D1B;
}
.BgClassName
{
background-color: #C59D1B;
}
</style>
border-color css
<style>
span { border-color: #C59D1B; }
span { border-color: rgb(197,157,27); }
td.TdClassName
{
border-color: #C59D1B;
}
.TagClassName
{
border-color: #C59D1B;
}
</style>