Shades of Buddha Gold #C7980D
Tints of Buddha Gold #C7980D
RGB
CMYK
RGB Variations
Color information
#C7980D (or 0xC7980D) is known color: Buddha Gold. HEX triplet: C7, 98 and 0D. RGB value is (199,152,13). Sum of RGB (Red+Green+Blue) = 199+152+13=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7980D is #3867F2. Grayscale: #969696. Windows color (decimal): -3696627 or 891079. OLE color: 891079.
HSL color Cylindrical-coordinate representation of color #C7980D: hue angle of 44.84º 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 #C7980D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 13 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.22 |
| HSL | 44.84º | 0.88% | 0.42% | - |
| HSV(B) | 44.84º | 0.93% | 0.78% | - |
| XYZ | 34.85 | 34.63 | 5.23 | - |
| YUV | 150.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 13 | 0 | 0.24 | 0.93 | 0.22 | 44.84 | 0.88 | 0.42 |
| Hex | C7 | 98 | D | 0 | 18 | 5D | 16 | 2D | 58 | 2A |
| Octal | 307 | 230 | 15 | 0 | 30 | 135 | 26 | 55 | 130 | 52 |
| Binary | 11000111 | 10011000 | 1101 | 0 | 11000 | 1011101 | 10110 | 101101 | 1011000 | 101010 |
Color Harmonies of #C7980D
Complementary color
Monochromatic Colors of #C7980D
Black with #C7980D
Text Example
Text Example
White with #C7980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7980D; }
p { color: rgb(199,152,13); }
H1.HeaderClassName
{
color: #C7980D;
}
.AnyTagClassName
{
color: #C7980D;
}
</style>
background-color css
<style>
a { background-color: #C7980D; }
a { background-color: rgb(199,152,13); }
div.DivClassName
{
background-color: #C7980D;
}
.BgClassName
{
background-color: #C7980D;
}
</style>
border-color css
<style>
span { border-color: #C7980D; }
span { border-color: rgb(199,152,13); }
td.TdClassName
{
border-color: #C7980D;
}
.TagClassName
{
border-color: #C7980D;
}
</style>