Shades of Buddha Gold #C7A808
Tints of Buddha Gold #C7A808
RGB
CMYK
RGB Variations
Color information
#C7A808 (or 0xC7A808) is known color: Buddha Gold. HEX triplet: C7, A8 and 08. RGB value is (199,168,8). Sum of RGB (Red+Green+Blue) = 199+168+8=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A808 is #3857F7. Grayscale: #9F9F9F. Windows color (decimal): -3692536 or 567495. OLE color: 567495.
HSL color Cylindrical-coordinate representation of color #C7A808: hue angle of 50.26º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7A808 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.22 |
| HSL | 50.26º | 0.92% | 0.41% | - |
| HSV(B) | 50.26º | 0.96% | 0.78% | - |
| XYZ | 37.6 | 40.16 | 6 | - |
| YUV | 159.03 | 42.77 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 8 | 0 | 0.16 | 0.96 | 0.22 | 50.26 | 0.92 | 0.41 |
| Hex | C7 | A8 | 8 | 0 | 10 | 60 | 16 | 32 | 5C | 29 |
| Octal | 307 | 250 | 10 | 0 | 20 | 140 | 26 | 62 | 134 | 51 |
| Binary | 11000111 | 10101000 | 1000 | 0 | 10000 | 1100000 | 10110 | 110010 | 1011100 | 101001 |
Color Harmonies of #C7A808
Complementary color
Monochromatic Colors of #C7A808
Black with #C7A808
Text Example
Text Example
White with #C7A808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A808; }
p { color: rgb(199,168,8); }
H1.HeaderClassName
{
color: #C7A808;
}
.AnyTagClassName
{
color: #C7A808;
}
</style>
background-color css
<style>
a { background-color: #C7A808; }
a { background-color: rgb(199,168,8); }
div.DivClassName
{
background-color: #C7A808;
}
.BgClassName
{
background-color: #C7A808;
}
</style>
border-color css
<style>
span { border-color: #C7A808; }
span { border-color: rgb(199,168,8); }
td.TdClassName
{
border-color: #C7A808;
}
.TagClassName
{
border-color: #C7A808;
}
</style>