Shades of Buddha Gold #C9970D
Tints of Buddha Gold #C9970D
RGB
CMYK
RGB Variations
Color information
#C9970D (or 0xC9970D) is known color: Buddha Gold. HEX triplet: C9, 97 and 0D. RGB value is (201,151,13). Sum of RGB (Red+Green+Blue) = 201+151+13=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9970D is #3668F2. Grayscale: #969696. Windows color (decimal): -3565811 or 890825. OLE color: 890825.
HSL color Cylindrical-coordinate representation of color #C9970D: hue angle of 44.04º 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 #C9970D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.21 |
| HSL | 44.04º | 0.88% | 0.42% | - |
| HSV(B) | 44.04º | 0.94% | 0.79% | - |
| XYZ | 35.23 | 34.58 | 5.2 | - |
| YUV | 150.22 | 50.57 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 13 | 0 | 0.25 | 0.94 | 0.21 | 44.04 | 0.88 | 0.42 |
| Hex | C9 | 97 | D | 0 | 19 | 5E | 15 | 2C | 58 | 2A |
| Octal | 311 | 227 | 15 | 0 | 31 | 136 | 25 | 54 | 130 | 52 |
| Binary | 11001001 | 10010111 | 1101 | 0 | 11001 | 1011110 | 10101 | 101100 | 1011000 | 101010 |
Color Harmonies of #C9970D
Complementary color
Monochromatic Colors of #C9970D
Black with #C9970D
Text Example
Text Example
White with #C9970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9970D; }
p { color: rgb(201,151,13); }
H1.HeaderClassName
{
color: #C9970D;
}
.AnyTagClassName
{
color: #C9970D;
}
</style>
background-color css
<style>
a { background-color: #C9970D; }
a { background-color: rgb(201,151,13); }
div.DivClassName
{
background-color: #C9970D;
}
.BgClassName
{
background-color: #C9970D;
}
</style>
border-color css
<style>
span { border-color: #C9970D; }
span { border-color: rgb(201,151,13); }
td.TdClassName
{
border-color: #C9970D;
}
.TagClassName
{
border-color: #C9970D;
}
</style>