Shades of Buddha Gold #C4A307
Tints of Buddha Gold #C4A307
RGB
CMYK
RGB Variations
Color information
#C4A307 (or 0xC4A307) is known color: Buddha Gold. HEX triplet: C4, A3 and 07. RGB value is (196,163,7). Sum of RGB (Red+Green+Blue) = 196+163+7=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A307 is #3B5CF8. Grayscale: #9B9B9B. Windows color (decimal): -3890425 or 500676. OLE color: 500676.
HSL color Cylindrical-coordinate representation of color #C4A307: hue angle of 49.52º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4A307 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 7 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.23 |
| HSL | 49.52º | 0.93% | 0.4% | - |
| HSV(B) | 49.52º | 0.96% | 0.77% | - |
| XYZ | 35.9 | 37.95 | 5.63 | - |
| YUV | 155.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 7 | 0 | 0.17 | 0.96 | 0.23 | 49.52 | 0.93 | 0.4 |
| Hex | C4 | A3 | 7 | 0 | 11 | 60 | 17 | 32 | 5D | 28 |
| Octal | 304 | 243 | 7 | 0 | 21 | 140 | 27 | 62 | 135 | 50 |
| Binary | 11000100 | 10100011 | 111 | 0 | 10001 | 1100000 | 10111 | 110010 | 1011101 | 101000 |
Color Harmonies of #C4A307
Complementary color
Monochromatic Colors of #C4A307
Black with #C4A307
Text Example
Text Example
White with #C4A307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A307; }
p { color: rgb(196,163,7); }
H1.HeaderClassName
{
color: #C4A307;
}
.AnyTagClassName
{
color: #C4A307;
}
</style>
background-color css
<style>
a { background-color: #C4A307; }
a { background-color: rgb(196,163,7); }
div.DivClassName
{
background-color: #C4A307;
}
.BgClassName
{
background-color: #C4A307;
}
</style>
border-color css
<style>
span { border-color: #C4A307; }
span { border-color: rgb(196,163,7); }
td.TdClassName
{
border-color: #C4A307;
}
.TagClassName
{
border-color: #C4A307;
}
</style>