Shades of Buddha Gold #C9960D
Tints of Buddha Gold #C9960D
RGB
CMYK
RGB Variations
Color information
#C9960D (or 0xC9960D) is known color: Buddha Gold. HEX triplet: C9, 96 and 0D. RGB value is (201,150,13). Sum of RGB (Red+Green+Blue) = 201+150+13=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9960D is #3669F2. Grayscale: #969696. Windows color (decimal): -3566067 or 890569. OLE color: 890569.
HSL color Cylindrical-coordinate representation of color #C9960D: hue angle of 43.72º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9960D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.21 |
| HSL | 43.72º | 0.88% | 0.42% | - |
| HSV(B) | 43.72º | 0.94% | 0.79% | - |
| XYZ | 35.07 | 34.26 | 5.15 | - |
| YUV | 149.63 | 50.9 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 13 | 0 | 0.25 | 0.94 | 0.21 | 43.72 | 0.88 | 0.42 |
| Hex | C9 | 96 | D | 0 | 19 | 5E | 15 | 2C | 58 | 2A |
| Octal | 311 | 226 | 15 | 0 | 31 | 136 | 25 | 54 | 130 | 52 |
| Binary | 11001001 | 10010110 | 1101 | 0 | 11001 | 1011110 | 10101 | 101100 | 1011000 | 101010 |
Color Harmonies of #C9960D
Complementary color
Monochromatic Colors of #C9960D
Black with #C9960D
Text Example
Text Example
White with #C9960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9960D; }
p { color: rgb(201,150,13); }
H1.HeaderClassName
{
color: #C9960D;
}
.AnyTagClassName
{
color: #C9960D;
}
</style>
background-color css
<style>
a { background-color: #C9960D; }
a { background-color: rgb(201,150,13); }
div.DivClassName
{
background-color: #C9960D;
}
.BgClassName
{
background-color: #C9960D;
}
</style>
border-color css
<style>
span { border-color: #C9960D; }
span { border-color: rgb(201,150,13); }
td.TdClassName
{
border-color: #C9960D;
}
.TagClassName
{
border-color: #C9960D;
}
</style>