Shades of Buddha Gold #C7970D
Tints of Buddha Gold #C7970D
RGB
CMYK
RGB Variations
Color information
#C7970D (or 0xC7970D) is known color: Buddha Gold. HEX triplet: C7, 97 and 0D. RGB value is (199,151,13). Sum of RGB (Red+Green+Blue) = 199+151+13=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7970D is #3868F2. Grayscale: #969696. Windows color (decimal): -3696883 or 890823. OLE color: 890823.
HSL color Cylindrical-coordinate representation of color #C7970D: hue angle of 44.52º 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 #C7970D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 13 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.22 |
| HSL | 44.52º | 0.88% | 0.42% | - |
| HSV(B) | 44.52º | 0.93% | 0.78% | - |
| XYZ | 34.69 | 34.3 | 5.17 | - |
| YUV | 149.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 13 | 0 | 0.24 | 0.93 | 0.22 | 44.52 | 0.88 | 0.42 |
| Hex | C7 | 97 | D | 0 | 18 | 5D | 16 | 2D | 58 | 2A |
| Octal | 307 | 227 | 15 | 0 | 30 | 135 | 26 | 55 | 130 | 52 |
| Binary | 11000111 | 10010111 | 1101 | 0 | 11000 | 1011101 | 10110 | 101101 | 1011000 | 101010 |
Color Harmonies of #C7970D
Complementary color
Monochromatic Colors of #C7970D
Black with #C7970D
Text Example
Text Example
White with #C7970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7970D; }
p { color: rgb(199,151,13); }
H1.HeaderClassName
{
color: #C7970D;
}
.AnyTagClassName
{
color: #C7970D;
}
</style>
background-color css
<style>
a { background-color: #C7970D; }
a { background-color: rgb(199,151,13); }
div.DivClassName
{
background-color: #C7970D;
}
.BgClassName
{
background-color: #C7970D;
}
</style>
border-color css
<style>
span { border-color: #C7970D; }
span { border-color: rgb(199,151,13); }
td.TdClassName
{
border-color: #C7970D;
}
.TagClassName
{
border-color: #C7970D;
}
</style>