Shades of Buddha Gold #C99F1F
Tints of Buddha Gold #C99F1F
RGB
CMYK
RGB Variations
Color information
#C99F1F (or 0xC99F1F) is known color: Buddha Gold. HEX triplet: C9, 9F and 1F. RGB value is (201,159,31). Sum of RGB (Red+Green+Blue) = 201+159+31=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F1F is #3660E0. Grayscale: #9D9D9D. Windows color (decimal): -3563745 or 2072521. OLE color: 2072521.
HSL color Cylindrical-coordinate representation of color #C99F1F: hue angle of 45.18º 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 #C99F1F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 31 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.21 |
| HSL | 45.18º | 0.73% | 0.45% | - |
| HSV(B) | 45.18º | 0.85% | 0.79% | - |
| XYZ | 36.73 | 37.31 | 6.56 | - |
| YUV | 156.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 31 | 0 | 0.21 | 0.85 | 0.21 | 45.18 | 0.73 | 0.45 |
| Hex | C9 | 9F | 1F | 0 | 15 | 55 | 15 | 2D | 49 | 2D |
| Octal | 311 | 237 | 37 | 0 | 25 | 125 | 25 | 55 | 111 | 55 |
| Binary | 11001001 | 10011111 | 11111 | 0 | 10101 | 1010101 | 10101 | 101101 | 1001001 | 101101 |
Color Harmonies of #C99F1F
Complementary color
Monochromatic Colors of #C99F1F
Black with #C99F1F
Text Example
Text Example
White with #C99F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F1F; }
p { color: rgb(201,159,31); }
H1.HeaderClassName
{
color: #C99F1F;
}
.AnyTagClassName
{
color: #C99F1F;
}
</style>
background-color css
<style>
a { background-color: #C99F1F; }
a { background-color: rgb(201,159,31); }
div.DivClassName
{
background-color: #C99F1F;
}
.BgClassName
{
background-color: #C99F1F;
}
</style>
border-color css
<style>
span { border-color: #C99F1F; }
span { border-color: rgb(201,159,31); }
td.TdClassName
{
border-color: #C99F1F;
}
.TagClassName
{
border-color: #C99F1F;
}
</style>