Shades of Buddha Gold #C7A424
Tints of Buddha Gold #C7A424
RGB
CMYK
RGB Variations
Color information
#C7A424 (or 0xC7A424) is known color: Buddha Gold. HEX triplet: C7, A4 and 24. RGB value is (199,164,36). Sum of RGB (Red+Green+Blue) = 199+164+36=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A424 is #385BDB. Grayscale: #A0A0A0. Windows color (decimal): -3693532 or 2401479. OLE color: 2401479.
HSL color Cylindrical-coordinate representation of color #C7A424: hue angle of 47.12º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7A424 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 36 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.22 |
| HSL | 47.12º | 0.69% | 0.46% | - |
| HSV(B) | 47.12º | 0.82% | 0.78% | - |
| XYZ | 37.15 | 38.82 | 7.2 | - |
| YUV | 159.87 | 58.1 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 36 | 0 | 0.18 | 0.82 | 0.22 | 47.12 | 0.69 | 0.46 |
| Hex | C7 | A4 | 24 | 0 | 12 | 52 | 16 | 2F | 45 | 2E |
| Octal | 307 | 244 | 44 | 0 | 22 | 122 | 26 | 57 | 105 | 56 |
| Binary | 11000111 | 10100100 | 100100 | 0 | 10010 | 1010010 | 10110 | 101111 | 1000101 | 101110 |
Color Harmonies of #C7A424
Complementary color
Monochromatic Colors of #C7A424
Black with #C7A424
Text Example
Text Example
White with #C7A424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A424; }
p { color: rgb(199,164,36); }
H1.HeaderClassName
{
color: #C7A424;
}
.AnyTagClassName
{
color: #C7A424;
}
</style>
background-color css
<style>
a { background-color: #C7A424; }
a { background-color: rgb(199,164,36); }
div.DivClassName
{
background-color: #C7A424;
}
.BgClassName
{
background-color: #C7A424;
}
</style>
border-color css
<style>
span { border-color: #C7A424; }
span { border-color: rgb(199,164,36); }
td.TdClassName
{
border-color: #C7A424;
}
.TagClassName
{
border-color: #C7A424;
}
</style>