Shades of Buddha Gold #C5940D
Tints of Buddha Gold #C5940D
RGB
CMYK
RGB Variations
Color information
#C5940D (or 0xC5940D) is known color: Buddha Gold. HEX triplet: C5, 94 and 0D. RGB value is (197,148,13). Sum of RGB (Red+Green+Blue) = 197+148+13=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5940D is #3A6BF2. Grayscale: #939393. Windows color (decimal): -3828723 or 890053. OLE color: 890053.
HSL color Cylindrical-coordinate representation of color #C5940D: hue angle of 44.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5940D is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 13 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.23 |
| HSL | 44.02º | 0.88% | 0.41% | - |
| HSV(B) | 44.02º | 0.93% | 0.77% | - |
| XYZ | 33.69 | 33.08 | 4.99 | - |
| YUV | 147.26 | 52.23 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 13 | 0 | 0.25 | 0.93 | 0.23 | 44.02 | 0.88 | 0.41 |
| Hex | C5 | 94 | D | 0 | 19 | 5D | 17 | 2C | 58 | 29 |
| Octal | 305 | 224 | 15 | 0 | 31 | 135 | 27 | 54 | 130 | 51 |
| Binary | 11000101 | 10010100 | 1101 | 0 | 11001 | 1011101 | 10111 | 101100 | 1011000 | 101001 |
Color Harmonies of #C5940D
Complementary color
Monochromatic Colors of #C5940D
Black with #C5940D
Text Example
Text Example
White with #C5940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5940D; }
p { color: rgb(197,148,13); }
H1.HeaderClassName
{
color: #C5940D;
}
.AnyTagClassName
{
color: #C5940D;
}
</style>
background-color css
<style>
a { background-color: #C5940D; }
a { background-color: rgb(197,148,13); }
div.DivClassName
{
background-color: #C5940D;
}
.BgClassName
{
background-color: #C5940D;
}
</style>
border-color css
<style>
span { border-color: #C5940D; }
span { border-color: rgb(197,148,13); }
td.TdClassName
{
border-color: #C5940D;
}
.TagClassName
{
border-color: #C5940D;
}
</style>