Shades of Buddha Gold #C9950D
Tints of Buddha Gold #C9950D
RGB
CMYK
RGB Variations
Color information
#C9950D (or 0xC9950D) is known color: Buddha Gold. HEX triplet: C9, 95 and 0D. RGB value is (201,149,13). Sum of RGB (Red+Green+Blue) = 201+149+13=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9950D is #366AF2. Grayscale: #959595. Windows color (decimal): -3566323 or 890313. OLE color: 890313.
HSL color Cylindrical-coordinate representation of color #C9950D: hue angle of 43.4º 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 #C9950D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.21 |
| HSL | 43.4º | 0.88% | 0.42% | - |
| HSV(B) | 43.4º | 0.94% | 0.79% | - |
| XYZ | 34.91 | 33.94 | 5.09 | - |
| YUV | 149.04 | 51.23 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 13 | 0 | 0.26 | 0.94 | 0.21 | 43.4 | 0.88 | 0.42 |
| Hex | C9 | 95 | D | 0 | 1A | 5E | 15 | 2B | 58 | 2A |
| Octal | 311 | 225 | 15 | 0 | 32 | 136 | 25 | 53 | 130 | 52 |
| Binary | 11001001 | 10010101 | 1101 | 0 | 11010 | 1011110 | 10101 | 101011 | 1011000 | 101010 |
Color Harmonies of #C9950D
Complementary color
Monochromatic Colors of #C9950D
Black with #C9950D
Text Example
Text Example
White with #C9950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9950D; }
p { color: rgb(201,149,13); }
H1.HeaderClassName
{
color: #C9950D;
}
.AnyTagClassName
{
color: #C9950D;
}
</style>
background-color css
<style>
a { background-color: #C9950D; }
a { background-color: rgb(201,149,13); }
div.DivClassName
{
background-color: #C9950D;
}
.BgClassName
{
background-color: #C9950D;
}
</style>
border-color css
<style>
span { border-color: #C9950D; }
span { border-color: rgb(201,149,13); }
td.TdClassName
{
border-color: #C9950D;
}
.TagClassName
{
border-color: #C9950D;
}
</style>