Shades of Buddha Gold #C4A220
Tints of Buddha Gold #C4A220
RGB
CMYK
RGB Variations
Color information
#C4A220 (or 0xC4A220) is known color: Buddha Gold. HEX triplet: C4, A2 and 20. RGB value is (196,162,32). Sum of RGB (Red+Green+Blue) = 196+162+32=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A220 is #3B5DDF. Grayscale: #9D9D9D. Windows color (decimal): -3890656 or 2138820. OLE color: 2138820.
HSL color Cylindrical-coordinate representation of color #C4A220: hue angle of 47.56º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4A220 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 32 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.23 |
| HSL | 47.56º | 0.72% | 0.45% | - |
| HSV(B) | 47.56º | 0.84% | 0.77% | - |
| XYZ | 35.95 | 37.68 | 6.75 | - |
| YUV | 157.35 | 57.26 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 32 | 0 | 0.17 | 0.84 | 0.23 | 47.56 | 0.72 | 0.45 |
| Hex | C4 | A2 | 20 | 0 | 11 | 54 | 17 | 30 | 48 | 2D |
| Octal | 304 | 242 | 40 | 0 | 21 | 124 | 27 | 60 | 110 | 55 |
| Binary | 11000100 | 10100010 | 100000 | 0 | 10001 | 1010100 | 10111 | 110000 | 1001000 | 101101 |
Color Harmonies of #C4A220
Complementary color
Monochromatic Colors of #C4A220
Black with #C4A220
Text Example
Text Example
White with #C4A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A220; }
p { color: rgb(196,162,32); }
H1.HeaderClassName
{
color: #C4A220;
}
.AnyTagClassName
{
color: #C4A220;
}
</style>
background-color css
<style>
a { background-color: #C4A220; }
a { background-color: rgb(196,162,32); }
div.DivClassName
{
background-color: #C4A220;
}
.BgClassName
{
background-color: #C4A220;
}
</style>
border-color css
<style>
span { border-color: #C4A220; }
span { border-color: rgb(196,162,32); }
td.TdClassName
{
border-color: #C4A220;
}
.TagClassName
{
border-color: #C4A220;
}
</style>