Shades of Buddha Gold #C9991F
Tints of Buddha Gold #C9991F
RGB
CMYK
RGB Variations
Color information
#C9991F (or 0xC9991F) is known color: Buddha Gold. HEX triplet: C9, 99 and 1F. RGB value is (201,153,31). Sum of RGB (Red+Green+Blue) = 201+153+31=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9991F is #3666E0. Grayscale: #999999. Windows color (decimal): -3565281 or 2070985. OLE color: 2070985.
HSL color Cylindrical-coordinate representation of color #C9991F: hue angle of 43.06º degrees, saturation: 0.73, 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 #C9991F is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 31 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.21 |
| HSL | 43.06º | 0.73% | 0.45% | - |
| HSV(B) | 43.06º | 0.85% | 0.79% | - |
| XYZ | 35.73 | 35.3 | 6.23 | - |
| YUV | 153.44 | 58.9 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 31 | 0 | 0.24 | 0.85 | 0.21 | 43.06 | 0.73 | 0.45 |
| Hex | C9 | 99 | 1F | 0 | 18 | 55 | 15 | 2B | 49 | 2D |
| Octal | 311 | 231 | 37 | 0 | 30 | 125 | 25 | 53 | 111 | 55 |
| Binary | 11001001 | 10011001 | 11111 | 0 | 11000 | 1010101 | 10101 | 101011 | 1001001 | 101101 |
Color Harmonies of #C9991F
Complementary color
Monochromatic Colors of #C9991F
Black with #C9991F
Text Example
Text Example
White with #C9991F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9991F; }
p { color: rgb(201,153,31); }
H1.HeaderClassName
{
color: #C9991F;
}
.AnyTagClassName
{
color: #C9991F;
}
</style>
background-color css
<style>
a { background-color: #C9991F; }
a { background-color: rgb(201,153,31); }
div.DivClassName
{
background-color: #C9991F;
}
.BgClassName
{
background-color: #C9991F;
}
</style>
border-color css
<style>
span { border-color: #C9991F; }
span { border-color: rgb(201,153,31); }
td.TdClassName
{
border-color: #C9991F;
}
.TagClassName
{
border-color: #C9991F;
}
</style>