Shades of Buddha Gold #C7A300
Tints of Buddha Gold #C7A300
RGB
CMYK
RGB Variations
Color information
#C7A300 (or 0xC7A300) is known color: Buddha Gold. HEX triplet: C7, A3 and 00. RGB value is (199,163,0). Sum of RGB (Red+Green+Blue) = 199+163+0=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A300 is #385CFF. Grayscale: #9B9B9B. Windows color (decimal): -3693824 or 41927. OLE color: 41927.
HSL color Cylindrical-coordinate representation of color #C7A300: hue angle of 49.15º 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 #C7A300 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.22 |
| HSL | 49.15º | 1% | 0.39% | - |
| HSV(B) | 49.15º | 1% | 0.78% | - |
| XYZ | 36.65 | 38.34 | 5.47 | - |
| YUV | 155.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 0 | 0 | 0.18 | 1 | 0.22 | 49.15 | 1 | 0.39 |
| Hex | C7 | A3 | 0 | 0 | 12 | 64 | 16 | 31 | 64 | 27 |
| Octal | 307 | 243 | 0 | 0 | 22 | 144 | 26 | 61 | 144 | 47 |
| Binary | 11000111 | 10100011 | 0 | 0 | 10010 | 1100100 | 10110 | 110001 | 1100100 | 100111 |
Color Harmonies of #C7A300
Complementary color
Monochromatic Colors of #C7A300
Black with #C7A300
Text Example
Text Example
White with #C7A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A300; }
p { color: rgb(199,163,0); }
H1.HeaderClassName
{
color: #C7A300;
}
.AnyTagClassName
{
color: #C7A300;
}
</style>
background-color css
<style>
a { background-color: #C7A300; }
a { background-color: rgb(199,163,0); }
div.DivClassName
{
background-color: #C7A300;
}
.BgClassName
{
background-color: #C7A300;
}
</style>
border-color css
<style>
span { border-color: #C7A300; }
span { border-color: rgb(199,163,0); }
td.TdClassName
{
border-color: #C7A300;
}
.TagClassName
{
border-color: #C7A300;
}
</style>