Shades of Buddha Gold #C49818
Tints of Buddha Gold #C49818
RGB
CMYK
RGB Variations
Color information
#C49818 (or 0xC49818) is known color: Buddha Gold. HEX triplet: C4, 98 and 18. RGB value is (196,152,24). Sum of RGB (Red+Green+Blue) = 196+152+24=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C49818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49818 is #3B67E7. Grayscale: #979797. Windows color (decimal): -3893224 or 1611972. OLE color: 1611972.
HSL color Cylindrical-coordinate representation of color #C49818: hue angle of 44.65º 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 #C49818 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 24 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.23 |
| HSL | 44.65º | 0.78% | 0.43% | - |
| HSV(B) | 44.65º | 0.88% | 0.77% | - |
| XYZ | 34.16 | 34.26 | 5.68 | - |
| YUV | 150.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 24 | 0 | 0.22 | 0.88 | 0.23 | 44.65 | 0.78 | 0.43 |
| Hex | C4 | 98 | 18 | 0 | 16 | 58 | 17 | 2D | 4E | 2B |
| Octal | 304 | 230 | 30 | 0 | 26 | 130 | 27 | 55 | 116 | 53 |
| Binary | 11000100 | 10011000 | 11000 | 0 | 10110 | 1011000 | 10111 | 101101 | 1001110 | 101011 |
Color Harmonies of #C49818
Complementary color
Monochromatic Colors of #C49818
Black with #C49818
Text Example
Text Example
White with #C49818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49818; }
p { color: rgb(196,152,24); }
H1.HeaderClassName
{
color: #C49818;
}
.AnyTagClassName
{
color: #C49818;
}
</style>
background-color css
<style>
a { background-color: #C49818; }
a { background-color: rgb(196,152,24); }
div.DivClassName
{
background-color: #C49818;
}
.BgClassName
{
background-color: #C49818;
}
</style>
border-color css
<style>
span { border-color: #C49818; }
span { border-color: rgb(196,152,24); }
td.TdClassName
{
border-color: #C49818;
}
.TagClassName
{
border-color: #C49818;
}
</style>