Shades of Buddha Gold #C49018
Tints of Buddha Gold #C49018
RGB
CMYK
RGB Variations
Color information
#C49018 (or 0xC49018) is known color: Buddha Gold. HEX triplet: C4, 90 and 18. RGB value is (196,144,24). Sum of RGB (Red+Green+Blue) = 196+144+24=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C49018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49018 is #3B6FE7. Grayscale: #929292. Windows color (decimal): -3895272 or 1609924. OLE color: 1609924.
HSL color Cylindrical-coordinate representation of color #C49018: hue angle of 41.86º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C49018 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 24 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.23 |
| HSL | 41.86º | 0.78% | 0.43% | - |
| HSV(B) | 41.86º | 0.88% | 0.77% | - |
| XYZ | 32.9 | 31.75 | 5.26 | - |
| YUV | 145.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 24 | 0 | 0.27 | 0.88 | 0.23 | 41.86 | 0.78 | 0.43 |
| Hex | C4 | 90 | 18 | 0 | 1B | 58 | 17 | 2A | 4E | 2B |
| Octal | 304 | 220 | 30 | 0 | 33 | 130 | 27 | 52 | 116 | 53 |
| Binary | 11000100 | 10010000 | 11000 | 0 | 11011 | 1011000 | 10111 | 101010 | 1001110 | 101011 |
Color Harmonies of #C49018
Complementary color
Monochromatic Colors of #C49018
Black with #C49018
Text Example
Text Example
White with #C49018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49018; }
p { color: rgb(196,144,24); }
H1.HeaderClassName
{
color: #C49018;
}
.AnyTagClassName
{
color: #C49018;
}
</style>
background-color css
<style>
a { background-color: #C49018; }
a { background-color: rgb(196,144,24); }
div.DivClassName
{
background-color: #C49018;
}
.BgClassName
{
background-color: #C49018;
}
</style>
border-color css
<style>
span { border-color: #C49018; }
span { border-color: rgb(196,144,24); }
td.TdClassName
{
border-color: #C49018;
}
.TagClassName
{
border-color: #C49018;
}
</style>