Shades of Buddha Gold #C59E02
Tints of Buddha Gold #C59E02
RGB
CMYK
RGB Variations
Color information
#C59E02 (or 0xC59E02) is known color: Buddha Gold. HEX triplet: C5, 9E and 02. RGB value is (197,158,2). Sum of RGB (Red+Green+Blue) = 197+158+2=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E02 is #3A61FD. Grayscale: #989898. Windows color (decimal): -3826174 or 171717. OLE color: 171717.
HSL color Cylindrical-coordinate representation of color #C59E02: hue angle of 48º 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 #C59E02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.23 |
| HSL | 48º | 0.98% | 0.39% | - |
| HSV(B) | 48º | 0.99% | 0.77% | - |
| XYZ | 35.26 | 36.33 | 5.21 | - |
| YUV | 151.88 | 43.42 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 2 | 0 | 0.20 | 0.99 | 0.23 | 48 | 0.98 | 0.39 |
| Hex | C5 | 9E | 2 | 0 | 14 | 63 | 17 | 30 | 62 | 27 |
| Octal | 305 | 236 | 2 | 0 | 24 | 143 | 27 | 60 | 142 | 47 |
| Binary | 11000101 | 10011110 | 10 | 0 | 10100 | 1100011 | 10111 | 110000 | 1100010 | 100111 |
Color Harmonies of #C59E02
Complementary color
Monochromatic Colors of #C59E02
Black with #C59E02
Text Example
Text Example
White with #C59E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E02; }
p { color: rgb(197,158,2); }
H1.HeaderClassName
{
color: #C59E02;
}
.AnyTagClassName
{
color: #C59E02;
}
</style>
background-color css
<style>
a { background-color: #C59E02; }
a { background-color: rgb(197,158,2); }
div.DivClassName
{
background-color: #C59E02;
}
.BgClassName
{
background-color: #C59E02;
}
</style>
border-color css
<style>
span { border-color: #C59E02; }
span { border-color: rgb(197,158,2); }
td.TdClassName
{
border-color: #C59E02;
}
.TagClassName
{
border-color: #C59E02;
}
</style>