Shades of Buddha Gold #C9990D
Tints of Buddha Gold #C9990D
RGB
CMYK
RGB Variations
Color information
#C9990D (or 0xC9990D) is known color: Buddha Gold. HEX triplet: C9, 99 and 0D. RGB value is (201,153,13). Sum of RGB (Red+Green+Blue) = 201+153+13=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C9990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9990D is #3666F2. Grayscale: #989898. Windows color (decimal): -3565299 or 891337. OLE color: 891337.
HSL color Cylindrical-coordinate representation of color #C9990D: hue angle of 44.68º 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 #C9990D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.21 |
| HSL | 44.68º | 0.88% | 0.42% | - |
| HSV(B) | 44.68º | 0.94% | 0.79% | - |
| XYZ | 35.55 | 35.23 | 5.31 | - |
| YUV | 151.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 13 | 0 | 0.24 | 0.94 | 0.21 | 44.68 | 0.88 | 0.42 |
| Hex | C9 | 99 | D | 0 | 18 | 5E | 15 | 2D | 58 | 2A |
| Octal | 311 | 231 | 15 | 0 | 30 | 136 | 25 | 55 | 130 | 52 |
| Binary | 11001001 | 10011001 | 1101 | 0 | 11000 | 1011110 | 10101 | 101101 | 1011000 | 101010 |
Color Harmonies of #C9990D
Complementary color
Monochromatic Colors of #C9990D
Black with #C9990D
Text Example
Text Example
White with #C9990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9990D; }
p { color: rgb(201,153,13); }
H1.HeaderClassName
{
color: #C9990D;
}
.AnyTagClassName
{
color: #C9990D;
}
</style>
background-color css
<style>
a { background-color: #C9990D; }
a { background-color: rgb(201,153,13); }
div.DivClassName
{
background-color: #C9990D;
}
.BgClassName
{
background-color: #C9990D;
}
</style>
border-color css
<style>
span { border-color: #C9990D; }
span { border-color: rgb(201,153,13); }
td.TdClassName
{
border-color: #C9990D;
}
.TagClassName
{
border-color: #C9990D;
}
</style>