Shades of Buddha Gold #C59F02
Tints of Buddha Gold #C59F02
RGB
CMYK
RGB Variations
Color information
#C59F02 (or 0xC59F02) is known color: Buddha Gold. HEX triplet: C5, 9F and 02. RGB value is (197,159,2). Sum of RGB (Red+Green+Blue) = 197+159+2=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59F02 is #3A60FD. Grayscale: #999999. Windows color (decimal): -3825918 or 171973. OLE color: 171973.
HSL color Cylindrical-coordinate representation of color #C59F02: hue angle of 48.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C59F02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.23 |
| HSL | 48.31º | 0.98% | 0.39% | - |
| HSV(B) | 48.31º | 0.99% | 0.77% | - |
| XYZ | 35.44 | 36.67 | 5.27 | - |
| YUV | 152.46 | 43.09 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 2 | 0 | 0.19 | 0.99 | 0.23 | 48.31 | 0.98 | 0.39 |
| Hex | C5 | 9F | 2 | 0 | 13 | 63 | 17 | 30 | 62 | 27 |
| Octal | 305 | 237 | 2 | 0 | 23 | 143 | 27 | 60 | 142 | 47 |
| Binary | 11000101 | 10011111 | 10 | 0 | 10011 | 1100011 | 10111 | 110000 | 1100010 | 100111 |
Color Harmonies of #C59F02
Complementary color
Monochromatic Colors of #C59F02
Black with #C59F02
Text Example
Text Example
White with #C59F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F02; }
p { color: rgb(197,159,2); }
H1.HeaderClassName
{
color: #C59F02;
}
.AnyTagClassName
{
color: #C59F02;
}
</style>
background-color css
<style>
a { background-color: #C59F02; }
a { background-color: rgb(197,159,2); }
div.DivClassName
{
background-color: #C59F02;
}
.BgClassName
{
background-color: #C59F02;
}
</style>
border-color css
<style>
span { border-color: #C59F02; }
span { border-color: rgb(197,159,2); }
td.TdClassName
{
border-color: #C59F02;
}
.TagClassName
{
border-color: #C59F02;
}
</style>