Shades of Buddha Gold #C4A400
Tints of Buddha Gold #C4A400
RGB
CMYK
RGB Variations
Color information
#C4A400 (or 0xC4A400) is known color: Buddha Gold. HEX triplet: C4, A4 and 00. RGB value is (196,164,0). Sum of RGB (Red+Green+Blue) = 196+164+0=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A400 is #3B5BFF. Grayscale: #9B9B9B. Windows color (decimal): -3890176 or 42180. OLE color: 42180.
HSL color Cylindrical-coordinate representation of color #C4A400: hue angle of 50.2º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4A400 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.23 |
| HSL | 50.2º | 1% | 0.38% | - |
| HSV(B) | 50.2º | 1% | 0.77% | - |
| XYZ | 36.04 | 38.29 | 5.49 | - |
| YUV | 154.87 | 40.6 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 0 | 0 | 0.16 | 1 | 0.23 | 50.2 | 1 | 0.38 |
| Hex | C4 | A4 | 0 | 0 | 10 | 64 | 17 | 32 | 64 | 26 |
| Octal | 304 | 244 | 0 | 0 | 20 | 144 | 27 | 62 | 144 | 46 |
| Binary | 11000100 | 10100100 | 0 | 0 | 10000 | 1100100 | 10111 | 110010 | 1100100 | 100110 |
Color Harmonies of #C4A400
Complementary color
Monochromatic Colors of #C4A400
Black with #C4A400
Text Example
Text Example
White with #C4A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A400; }
p { color: rgb(196,164,0); }
H1.HeaderClassName
{
color: #C4A400;
}
.AnyTagClassName
{
color: #C4A400;
}
</style>
background-color css
<style>
a { background-color: #C4A400; }
a { background-color: rgb(196,164,0); }
div.DivClassName
{
background-color: #C4A400;
}
.BgClassName
{
background-color: #C4A400;
}
</style>
border-color css
<style>
span { border-color: #C4A400; }
span { border-color: rgb(196,164,0); }
td.TdClassName
{
border-color: #C4A400;
}
.TagClassName
{
border-color: #C4A400;
}
</style>