Shades of Buddha Gold #C7AA0D
Tints of Buddha Gold #C7AA0D
RGB
CMYK
RGB Variations
Color information
#C7AA0D (or 0xC7AA0D) is known color: Buddha Gold. HEX triplet: C7, AA and 0D. RGB value is (199,170,13). Sum of RGB (Red+Green+Blue) = 199+170+13=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA0D is #3855F2. Grayscale: #A1A1A1. Windows color (decimal): -3692019 or 895687. OLE color: 895687.
HSL color Cylindrical-coordinate representation of color #C7AA0D: hue angle of 50.65º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7AA0D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 13 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.22 |
| HSL | 50.65º | 0.88% | 0.42% | - |
| HSV(B) | 50.65º | 0.93% | 0.78% | - |
| XYZ | 38 | 40.92 | 6.28 | - |
| YUV | 160.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 13 | 0 | 0.15 | 0.93 | 0.22 | 50.65 | 0.88 | 0.42 |
| Hex | C7 | AA | D | 0 | F | 5D | 16 | 33 | 58 | 2A |
| Octal | 307 | 252 | 15 | 0 | 17 | 135 | 26 | 63 | 130 | 52 |
| Binary | 11000111 | 10101010 | 1101 | 0 | 1111 | 1011101 | 10110 | 110011 | 1011000 | 101010 |
Color Harmonies of #C7AA0D
Complementary color
Monochromatic Colors of #C7AA0D
Black with #C7AA0D
Text Example
Text Example
White with #C7AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA0D; }
p { color: rgb(199,170,13); }
H1.HeaderClassName
{
color: #C7AA0D;
}
.AnyTagClassName
{
color: #C7AA0D;
}
</style>
background-color css
<style>
a { background-color: #C7AA0D; }
a { background-color: rgb(199,170,13); }
div.DivClassName
{
background-color: #C7AA0D;
}
.BgClassName
{
background-color: #C7AA0D;
}
</style>
border-color css
<style>
span { border-color: #C7AA0D; }
span { border-color: rgb(199,170,13); }
td.TdClassName
{
border-color: #C7AA0D;
}
.TagClassName
{
border-color: #C7AA0D;
}
</style>