Shades of Buddha Gold #C99F14
Tints of Buddha Gold #C99F14
RGB
CMYK
RGB Variations
Color information
#C99F14 (or 0xC99F14) is known color: Buddha Gold. HEX triplet: C9, 9F and 14. RGB value is (201,159,20). Sum of RGB (Red+Green+Blue) = 201+159+20=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99F14 is #3660EB. Grayscale: #9C9C9C. Windows color (decimal): -3563756 or 1351625. OLE color: 1351625.
HSL color Cylindrical-coordinate representation of color #C99F14: hue angle of 46.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C99F14 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 20 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.21 |
| HSL | 46.08º | 0.82% | 0.43% | - |
| HSV(B) | 46.08º | 0.9% | 0.79% | - |
| XYZ | 36.61 | 37.26 | 5.92 | - |
| YUV | 155.71 | 51.41 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 20 | 0 | 0.21 | 0.90 | 0.21 | 46.08 | 0.82 | 0.43 |
| Hex | C9 | 9F | 14 | 0 | 15 | 5A | 15 | 2E | 52 | 2B |
| Octal | 311 | 237 | 24 | 0 | 25 | 132 | 25 | 56 | 122 | 53 |
| Binary | 11001001 | 10011111 | 10100 | 0 | 10101 | 1011010 | 10101 | 101110 | 1010010 | 101011 |
Color Harmonies of #C99F14
Complementary color
Monochromatic Colors of #C99F14
Black with #C99F14
Text Example
Text Example
White with #C99F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F14; }
p { color: rgb(201,159,20); }
H1.HeaderClassName
{
color: #C99F14;
}
.AnyTagClassName
{
color: #C99F14;
}
</style>
background-color css
<style>
a { background-color: #C99F14; }
a { background-color: rgb(201,159,20); }
div.DivClassName
{
background-color: #C99F14;
}
.BgClassName
{
background-color: #C99F14;
}
</style>
border-color css
<style>
span { border-color: #C99F14; }
span { border-color: rgb(201,159,20); }
td.TdClassName
{
border-color: #C99F14;
}
.TagClassName
{
border-color: #C99F14;
}
</style>