Shades of Buddha Gold #C7A41D
Tints of Buddha Gold #C7A41D
RGB
CMYK
RGB Variations
Color information
#C7A41D (or 0xC7A41D) is known color: Buddha Gold. HEX triplet: C7, A4 and 1D. RGB value is (199,164,29). Sum of RGB (Red+Green+Blue) = 199+164+29=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A41D is #385BE2. Grayscale: #9F9F9F. Windows color (decimal): -3693539 or 1942727. OLE color: 1942727.
HSL color Cylindrical-coordinate representation of color #C7A41D: hue angle of 47.65º degrees, saturation: 0.75, 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 #C7A41D is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 29 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.22 |
| HSL | 47.65º | 0.75% | 0.45% | - |
| HSV(B) | 47.65º | 0.85% | 0.78% | - |
| XYZ | 37.05 | 38.78 | 6.7 | - |
| YUV | 159.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 29 | 0 | 0.18 | 0.85 | 0.22 | 47.65 | 0.75 | 0.45 |
| Hex | C7 | A4 | 1D | 0 | 12 | 55 | 16 | 30 | 4B | 2D |
| Octal | 307 | 244 | 35 | 0 | 22 | 125 | 26 | 60 | 113 | 55 |
| Binary | 11000111 | 10100100 | 11101 | 0 | 10010 | 1010101 | 10110 | 110000 | 1001011 | 101101 |
Color Harmonies of #C7A41D
Complementary color
Monochromatic Colors of #C7A41D
Black with #C7A41D
Text Example
Text Example
White with #C7A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A41D; }
p { color: rgb(199,164,29); }
H1.HeaderClassName
{
color: #C7A41D;
}
.AnyTagClassName
{
color: #C7A41D;
}
</style>
background-color css
<style>
a { background-color: #C7A41D; }
a { background-color: rgb(199,164,29); }
div.DivClassName
{
background-color: #C7A41D;
}
.BgClassName
{
background-color: #C7A41D;
}
</style>
border-color css
<style>
span { border-color: #C7A41D; }
span { border-color: rgb(199,164,29); }
td.TdClassName
{
border-color: #C7A41D;
}
.TagClassName
{
border-color: #C7A41D;
}
</style>