Shades of Buddha Gold #C4A804
Tints of Buddha Gold #C4A804
RGB
CMYK
RGB Variations
Color information
#C4A804 (or 0xC4A804) is known color: Buddha Gold. HEX triplet: C4, A8 and 04. RGB value is (196,168,4). Sum of RGB (Red+Green+Blue) = 196+168+4=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A804 is #3B57FB. Grayscale: #9E9E9E. Windows color (decimal): -3889148 or 305348. OLE color: 305348.
HSL color Cylindrical-coordinate representation of color #C4A804: hue angle of 51.25º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4A804 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.23 |
| HSL | 51.25º | 0.96% | 0.39% | - |
| HSV(B) | 51.25º | 0.98% | 0.77% | - |
| XYZ | 36.79 | 39.75 | 5.85 | - |
| YUV | 157.68 | 41.28 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 4 | 0 | 0.14 | 0.98 | 0.23 | 51.25 | 0.96 | 0.39 |
| Hex | C4 | A8 | 4 | 0 | E | 62 | 17 | 33 | 60 | 27 |
| Octal | 304 | 250 | 4 | 0 | 16 | 142 | 27 | 63 | 140 | 47 |
| Binary | 11000100 | 10101000 | 100 | 0 | 1110 | 1100010 | 10111 | 110011 | 1100000 | 100111 |
Color Harmonies of #C4A804
Complementary color
Monochromatic Colors of #C4A804
Black with #C4A804
Text Example
Text Example
White with #C4A804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A804; }
p { color: rgb(196,168,4); }
H1.HeaderClassName
{
color: #C4A804;
}
.AnyTagClassName
{
color: #C4A804;
}
</style>
background-color css
<style>
a { background-color: #C4A804; }
a { background-color: rgb(196,168,4); }
div.DivClassName
{
background-color: #C4A804;
}
.BgClassName
{
background-color: #C4A804;
}
</style>
border-color css
<style>
span { border-color: #C4A804; }
span { border-color: rgb(196,168,4); }
td.TdClassName
{
border-color: #C4A804;
}
.TagClassName
{
border-color: #C4A804;
}
</style>