Shades of Buddha Gold #C8A800
Tints of Buddha Gold #C8A800
RGB
CMYK
RGB Variations
Color information
#C8A800 (or 0xC8A800) is known color: Buddha Gold. HEX triplet: C8, A8 and 00. RGB value is (200,168,0). Sum of RGB (Red+Green+Blue) = 200+168+0=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A800 is #3757FF. Grayscale: #9F9F9F. Windows color (decimal): -3627008 or 43208. OLE color: 43208.
HSL color Cylindrical-coordinate representation of color #C8A800: hue angle of 50.4º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8A800 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.22 |
| HSL | 50.4º | 1% | 0.39% | - |
| HSV(B) | 50.4º | 1% | 0.78% | - |
| XYZ | 37.82 | 40.28 | 5.78 | - |
| YUV | 158.42 | 38.6 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 0 | 0 | 0.16 | 1 | 0.22 | 50.4 | 1 | 0.39 |
| Hex | C8 | A8 | 0 | 0 | 10 | 64 | 16 | 32 | 64 | 27 |
| Octal | 310 | 250 | 0 | 0 | 20 | 144 | 26 | 62 | 144 | 47 |
| Binary | 11001000 | 10101000 | 0 | 0 | 10000 | 1100100 | 10110 | 110010 | 1100100 | 100111 |
Color Harmonies of #C8A800
Complementary color
Monochromatic Colors of #C8A800
Black with #C8A800
Text Example
Text Example
White with #C8A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A800; }
p { color: rgb(200,168,0); }
H1.HeaderClassName
{
color: #C8A800;
}
.AnyTagClassName
{
color: #C8A800;
}
</style>
background-color css
<style>
a { background-color: #C8A800; }
a { background-color: rgb(200,168,0); }
div.DivClassName
{
background-color: #C8A800;
}
.BgClassName
{
background-color: #C8A800;
}
</style>
border-color css
<style>
span { border-color: #C8A800; }
span { border-color: rgb(200,168,0); }
td.TdClassName
{
border-color: #C8A800;
}
.TagClassName
{
border-color: #C8A800;
}
</style>