Shades of Buddha Gold #C99310
Tints of Buddha Gold #C99310
RGB
CMYK
RGB Variations
Color information
#C99310 (or 0xC99310) is known color: Buddha Gold. HEX triplet: C9, 93 and 10. RGB value is (201,147,16). Sum of RGB (Red+Green+Blue) = 201+147+16=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C99310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99310 is #366CEF. Grayscale: #949494. Windows color (decimal): -3566832 or 1086409. OLE color: 1086409.
HSL color Cylindrical-coordinate representation of color #C99310: hue angle of 42.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C99310 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 16 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.21 |
| HSL | 42.49º | 0.85% | 0.43% | - |
| HSV(B) | 42.49º | 0.92% | 0.79% | - |
| XYZ | 34.61 | 33.32 | 5.1 | - |
| YUV | 148.21 | 53.39 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 16 | 0 | 0.27 | 0.92 | 0.21 | 42.49 | 0.85 | 0.43 |
| Hex | C9 | 93 | 10 | 0 | 1B | 5C | 15 | 2A | 55 | 2B |
| Octal | 311 | 223 | 20 | 0 | 33 | 134 | 25 | 52 | 125 | 53 |
| Binary | 11001001 | 10010011 | 10000 | 0 | 11011 | 1011100 | 10101 | 101010 | 1010101 | 101011 |
Color Harmonies of #C99310
Complementary color
Monochromatic Colors of #C99310
Black with #C99310
Text Example
Text Example
White with #C99310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99310; }
p { color: rgb(201,147,16); }
H1.HeaderClassName
{
color: #C99310;
}
.AnyTagClassName
{
color: #C99310;
}
</style>
background-color css
<style>
a { background-color: #C99310; }
a { background-color: rgb(201,147,16); }
div.DivClassName
{
background-color: #C99310;
}
.BgClassName
{
background-color: #C99310;
}
</style>
border-color css
<style>
span { border-color: #C99310; }
span { border-color: rgb(201,147,16); }
td.TdClassName
{
border-color: #C99310;
}
.TagClassName
{
border-color: #C99310;
}
</style>