Shades of Buddha Gold #C7A71E
Tints of Buddha Gold #C7A71E
RGB
CMYK
RGB Variations
Color information
#C7A71E (or 0xC7A71E) is known color: Buddha Gold. HEX triplet: C7, A7 and 1E. RGB value is (199,167,30). Sum of RGB (Red+Green+Blue) = 199+167+30=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A71E is #3858E1. Grayscale: #A1A1A1. Windows color (decimal): -3692770 or 2009031. OLE color: 2009031.
HSL color Cylindrical-coordinate representation of color #C7A71E: hue angle of 48.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7A71E is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 30 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.22 |
| HSL | 48.64º | 0.74% | 0.45% | - |
| HSV(B) | 48.64º | 0.85% | 0.78% | - |
| XYZ | 37.61 | 39.87 | 6.94 | - |
| YUV | 160.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 30 | 0 | 0.16 | 0.85 | 0.22 | 48.64 | 0.74 | 0.45 |
| Hex | C7 | A7 | 1E | 0 | 10 | 55 | 16 | 31 | 4A | 2D |
| Octal | 307 | 247 | 36 | 0 | 20 | 125 | 26 | 61 | 112 | 55 |
| Binary | 11000111 | 10100111 | 11110 | 0 | 10000 | 1010101 | 10110 | 110001 | 1001010 | 101101 |
Color Harmonies of #C7A71E
Complementary color
Monochromatic Colors of #C7A71E
Black with #C7A71E
Text Example
Text Example
White with #C7A71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A71E; }
p { color: rgb(199,167,30); }
H1.HeaderClassName
{
color: #C7A71E;
}
.AnyTagClassName
{
color: #C7A71E;
}
</style>
background-color css
<style>
a { background-color: #C7A71E; }
a { background-color: rgb(199,167,30); }
div.DivClassName
{
background-color: #C7A71E;
}
.BgClassName
{
background-color: #C7A71E;
}
</style>
border-color css
<style>
span { border-color: #C7A71E; }
span { border-color: rgb(199,167,30); }
td.TdClassName
{
border-color: #C7A71E;
}
.TagClassName
{
border-color: #C7A71E;
}
</style>