Shades of Buddha Gold #C4A504
Tints of Buddha Gold #C4A504
RGB
CMYK
RGB Variations
Color information
#C4A504 (or 0xC4A504) is known color: Buddha Gold. HEX triplet: C4, A5 and 04. RGB value is (196,165,4). Sum of RGB (Red+Green+Blue) = 196+165+4=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A504 is #3B5AFB. Grayscale: #9C9C9C. Windows color (decimal): -3889916 or 304580. OLE color: 304580.
HSL color Cylindrical-coordinate representation of color #C4A504: hue angle of 50.31º 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 #C4A504 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.23 |
| HSL | 50.31º | 0.96% | 0.39% | - |
| HSV(B) | 50.31º | 0.98% | 0.77% | - |
| XYZ | 36.24 | 38.65 | 5.67 | - |
| YUV | 155.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 4 | 0 | 0.16 | 0.98 | 0.23 | 50.31 | 0.96 | 0.39 |
| Hex | C4 | A5 | 4 | 0 | 10 | 62 | 17 | 32 | 60 | 27 |
| Octal | 304 | 245 | 4 | 0 | 20 | 142 | 27 | 62 | 140 | 47 |
| Binary | 11000100 | 10100101 | 100 | 0 | 10000 | 1100010 | 10111 | 110010 | 1100000 | 100111 |
Color Harmonies of #C4A504
Complementary color
Monochromatic Colors of #C4A504
Black with #C4A504
Text Example
Text Example
White with #C4A504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A504; }
p { color: rgb(196,165,4); }
H1.HeaderClassName
{
color: #C4A504;
}
.AnyTagClassName
{
color: #C4A504;
}
</style>
background-color css
<style>
a { background-color: #C4A504; }
a { background-color: rgb(196,165,4); }
div.DivClassName
{
background-color: #C4A504;
}
.BgClassName
{
background-color: #C4A504;
}
</style>
border-color css
<style>
span { border-color: #C4A504; }
span { border-color: rgb(196,165,4); }
td.TdClassName
{
border-color: #C4A504;
}
.TagClassName
{
border-color: #C4A504;
}
</style>