Shades of Buddha Gold #C8A304
Tints of Buddha Gold #C8A304
RGB
CMYK
RGB Variations
Color information
#C8A304 (or 0xC8A304) is known color: Buddha Gold. HEX triplet: C8, A3 and 04. RGB value is (200,163,4). Sum of RGB (Red+Green+Blue) = 200+163+4=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A304 is #375CFB. Grayscale: #9C9C9C. Windows color (decimal): -3628284 or 304072. OLE color: 304072.
HSL color Cylindrical-coordinate representation of color #C8A304: hue angle of 48.67º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8A304 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.22 |
| HSL | 48.67º | 0.96% | 0.4% | - |
| HSV(B) | 48.67º | 0.98% | 0.78% | - |
| XYZ | 36.94 | 38.48 | 5.6 | - |
| YUV | 155.94 | 42.26 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 4 | 0 | 0.18 | 0.98 | 0.22 | 48.67 | 0.96 | 0.4 |
| Hex | C8 | A3 | 4 | 0 | 12 | 62 | 16 | 31 | 60 | 28 |
| Octal | 310 | 243 | 4 | 0 | 22 | 142 | 26 | 61 | 140 | 50 |
| Binary | 11001000 | 10100011 | 100 | 0 | 10010 | 1100010 | 10110 | 110001 | 1100000 | 101000 |
Color Harmonies of #C8A304
Complementary color
Monochromatic Colors of #C8A304
Black with #C8A304
Text Example
Text Example
White with #C8A304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A304; }
p { color: rgb(200,163,4); }
H1.HeaderClassName
{
color: #C8A304;
}
.AnyTagClassName
{
color: #C8A304;
}
</style>
background-color css
<style>
a { background-color: #C8A304; }
a { background-color: rgb(200,163,4); }
div.DivClassName
{
background-color: #C8A304;
}
.BgClassName
{
background-color: #C8A304;
}
</style>
border-color css
<style>
span { border-color: #C8A304; }
span { border-color: rgb(200,163,4); }
td.TdClassName
{
border-color: #C8A304;
}
.TagClassName
{
border-color: #C8A304;
}
</style>