Shades of Buddha Gold #C7960D
Tints of Buddha Gold #C7960D
RGB
CMYK
RGB Variations
Color information
#C7960D (or 0xC7960D) is known color: Buddha Gold. HEX triplet: C7, 96 and 0D. RGB value is (199,150,13). Sum of RGB (Red+Green+Blue) = 199+150+13=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7960D is #3869F2. Grayscale: #959595. Windows color (decimal): -3697139 or 890567. OLE color: 890567.
HSL color Cylindrical-coordinate representation of color #C7960D: hue angle of 44.19º 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 #C7960D is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 13 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.22 |
| HSL | 44.19º | 0.88% | 0.42% | - |
| HSV(B) | 44.19º | 0.93% | 0.78% | - |
| XYZ | 34.53 | 33.98 | 5.12 | - |
| YUV | 149.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 13 | 0 | 0.25 | 0.93 | 0.22 | 44.19 | 0.88 | 0.42 |
| Hex | C7 | 96 | D | 0 | 19 | 5D | 16 | 2C | 58 | 2A |
| Octal | 307 | 226 | 15 | 0 | 31 | 135 | 26 | 54 | 130 | 52 |
| Binary | 11000111 | 10010110 | 1101 | 0 | 11001 | 1011101 | 10110 | 101100 | 1011000 | 101010 |
Color Harmonies of #C7960D
Complementary color
Monochromatic Colors of #C7960D
Black with #C7960D
Text Example
Text Example
White with #C7960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7960D; }
p { color: rgb(199,150,13); }
H1.HeaderClassName
{
color: #C7960D;
}
.AnyTagClassName
{
color: #C7960D;
}
</style>
background-color css
<style>
a { background-color: #C7960D; }
a { background-color: rgb(199,150,13); }
div.DivClassName
{
background-color: #C7960D;
}
.BgClassName
{
background-color: #C7960D;
}
</style>
border-color css
<style>
span { border-color: #C7960D; }
span { border-color: rgb(199,150,13); }
td.TdClassName
{
border-color: #C7960D;
}
.TagClassName
{
border-color: #C7960D;
}
</style>