Shades of Buddha Gold #C4A41E
Tints of Buddha Gold #C4A41E
RGB
CMYK
RGB Variations
Color information
#C4A41E (or 0xC4A41E) is known color: Buddha Gold. HEX triplet: C4, A4 and 1E. RGB value is (196,164,30). Sum of RGB (Red+Green+Blue) = 196+164+30=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A41E is #3B5BE1. Grayscale: #9E9E9E. Windows color (decimal): -3890146 or 2008260. OLE color: 2008260.
HSL color Cylindrical-coordinate representation of color #C4A41E: hue angle of 48.43º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4A41E is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 30 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.23 |
| HSL | 48.43º | 0.73% | 0.44% | - |
| HSV(B) | 48.43º | 0.85% | 0.77% | - |
| XYZ | 36.27 | 38.38 | 6.72 | - |
| YUV | 158.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 30 | 0 | 0.16 | 0.85 | 0.23 | 48.43 | 0.73 | 0.44 |
| Hex | C4 | A4 | 1E | 0 | 10 | 55 | 17 | 30 | 49 | 2C |
| Octal | 304 | 244 | 36 | 0 | 20 | 125 | 27 | 60 | 111 | 54 |
| Binary | 11000100 | 10100100 | 11110 | 0 | 10000 | 1010101 | 10111 | 110000 | 1001001 | 101100 |
Color Harmonies of #C4A41E
Complementary color
Monochromatic Colors of #C4A41E
Black with #C4A41E
Text Example
Text Example
White with #C4A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A41E; }
p { color: rgb(196,164,30); }
H1.HeaderClassName
{
color: #C4A41E;
}
.AnyTagClassName
{
color: #C4A41E;
}
</style>
background-color css
<style>
a { background-color: #C4A41E; }
a { background-color: rgb(196,164,30); }
div.DivClassName
{
background-color: #C4A41E;
}
.BgClassName
{
background-color: #C4A41E;
}
</style>
border-color css
<style>
span { border-color: #C4A41E; }
span { border-color: rgb(196,164,30); }
td.TdClassName
{
border-color: #C4A41E;
}
.TagClassName
{
border-color: #C4A41E;
}
</style>