Shades of Buddha Gold #C99016
Tints of Buddha Gold #C99016
RGB
CMYK
RGB Variations
Color information
#C99016 (or 0xC99016) is known color: Buddha Gold. HEX triplet: C9, 90 and 16. RGB value is (201,144,22). Sum of RGB (Red+Green+Blue) = 201+144+22=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C99016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99016 is #366FE9. Grayscale: #939393. Windows color (decimal): -3567594 or 1478857. OLE color: 1478857.
HSL color Cylindrical-coordinate representation of color #C99016: hue angle of 40.89º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C99016 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 22 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.21 |
| HSL | 40.89º | 0.8% | 0.44% | - |
| HSV(B) | 40.89º | 0.89% | 0.79% | - |
| XYZ | 34.21 | 32.42 | 5.21 | - |
| YUV | 147.14 | 57.38 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 22 | 0 | 0.28 | 0.89 | 0.21 | 40.89 | 0.8 | 0.44 |
| Hex | C9 | 90 | 16 | 0 | 1C | 59 | 15 | 29 | 50 | 2C |
| Octal | 311 | 220 | 26 | 0 | 34 | 131 | 25 | 51 | 120 | 54 |
| Binary | 11001001 | 10010000 | 10110 | 0 | 11100 | 1011001 | 10101 | 101001 | 1010000 | 101100 |
Color Harmonies of #C99016
Complementary color
Monochromatic Colors of #C99016
Black with #C99016
Text Example
Text Example
White with #C99016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99016; }
p { color: rgb(201,144,22); }
H1.HeaderClassName
{
color: #C99016;
}
.AnyTagClassName
{
color: #C99016;
}
</style>
background-color css
<style>
a { background-color: #C99016; }
a { background-color: rgb(201,144,22); }
div.DivClassName
{
background-color: #C99016;
}
.BgClassName
{
background-color: #C99016;
}
</style>
border-color css
<style>
span { border-color: #C99016; }
span { border-color: rgb(201,144,22); }
td.TdClassName
{
border-color: #C99016;
}
.TagClassName
{
border-color: #C99016;
}
</style>