Shades of Buddha Gold #C9991E
Tints of Buddha Gold #C9991E
RGB
CMYK
RGB Variations
Color information
#C9991E (or 0xC9991E) is known color: Buddha Gold. HEX triplet: C9, 99 and 1E. RGB value is (201,153,30). Sum of RGB (Red+Green+Blue) = 201+153+30=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C9991E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9991E is #3666E1. Grayscale: #999999. Windows color (decimal): -3565282 or 2005449. OLE color: 2005449.
HSL color Cylindrical-coordinate representation of color #C9991E: hue angle of 43.16º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9991E is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 30 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.21 |
| HSL | 43.16º | 0.74% | 0.45% | - |
| HSV(B) | 43.16º | 0.85% | 0.79% | - |
| XYZ | 35.71 | 35.29 | 6.16 | - |
| YUV | 153.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 30 | 0 | 0.24 | 0.85 | 0.21 | 43.16 | 0.74 | 0.45 |
| Hex | C9 | 99 | 1E | 0 | 18 | 55 | 15 | 2B | 4A | 2D |
| Octal | 311 | 231 | 36 | 0 | 30 | 125 | 25 | 53 | 112 | 55 |
| Binary | 11001001 | 10011001 | 11110 | 0 | 11000 | 1010101 | 10101 | 101011 | 1001010 | 101101 |
Color Harmonies of #C9991E
Complementary color
Monochromatic Colors of #C9991E
Black with #C9991E
Text Example
Text Example
White with #C9991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9991E; }
p { color: rgb(201,153,30); }
H1.HeaderClassName
{
color: #C9991E;
}
.AnyTagClassName
{
color: #C9991E;
}
</style>
background-color css
<style>
a { background-color: #C9991E; }
a { background-color: rgb(201,153,30); }
div.DivClassName
{
background-color: #C9991E;
}
.BgClassName
{
background-color: #C9991E;
}
</style>
border-color css
<style>
span { border-color: #C9991E; }
span { border-color: rgb(201,153,30); }
td.TdClassName
{
border-color: #C9991E;
}
.TagClassName
{
border-color: #C9991E;
}
</style>