Shades of Buddha Gold #C7940D
Tints of Buddha Gold #C7940D
RGB
CMYK
RGB Variations
Color information
#C7940D (or 0xC7940D) is known color: Buddha Gold. HEX triplet: C7, 94 and 0D. RGB value is (199,148,13). Sum of RGB (Red+Green+Blue) = 199+148+13=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7940D is #386BF2. Grayscale: #949494. Windows color (decimal): -3697651 or 890055. OLE color: 890055.
HSL color Cylindrical-coordinate representation of color #C7940D: hue angle of 43.55º 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 #C7940D is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 13 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.22 |
| HSL | 43.55º | 0.88% | 0.42% | - |
| HSV(B) | 43.55º | 0.93% | 0.78% | - |
| XYZ | 34.22 | 33.35 | 5.01 | - |
| YUV | 147.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 13 | 0 | 0.26 | 0.93 | 0.22 | 43.55 | 0.88 | 0.42 |
| Hex | C7 | 94 | D | 0 | 1A | 5D | 16 | 2C | 58 | 2A |
| Octal | 307 | 224 | 15 | 0 | 32 | 135 | 26 | 54 | 130 | 52 |
| Binary | 11000111 | 10010100 | 1101 | 0 | 11010 | 1011101 | 10110 | 101100 | 1011000 | 101010 |
Color Harmonies of #C7940D
Complementary color
Monochromatic Colors of #C7940D
Black with #C7940D
Text Example
Text Example
White with #C7940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7940D; }
p { color: rgb(199,148,13); }
H1.HeaderClassName
{
color: #C7940D;
}
.AnyTagClassName
{
color: #C7940D;
}
</style>
background-color css
<style>
a { background-color: #C7940D; }
a { background-color: rgb(199,148,13); }
div.DivClassName
{
background-color: #C7940D;
}
.BgClassName
{
background-color: #C7940D;
}
</style>
border-color css
<style>
span { border-color: #C7940D; }
span { border-color: rgb(199,148,13); }
td.TdClassName
{
border-color: #C7940D;
}
.TagClassName
{
border-color: #C7940D;
}
</style>