Shades of Buddha Gold #C99E11
Tints of Buddha Gold #C99E11
RGB
CMYK
RGB Variations
Color information
#C99E11 (or 0xC99E11) is known color: Buddha Gold. HEX triplet: C9, 9E and 11. RGB value is (201,158,17). Sum of RGB (Red+Green+Blue) = 201+158+17=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99E11 is #3661EE. Grayscale: #9B9B9B. Windows color (decimal): -3564015 or 1154761. OLE color: 1154761.
HSL color Cylindrical-coordinate representation of color #C99E11: hue angle of 45.98º degrees, saturation: 0.84, 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 #C99E11 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.21 |
| HSL | 45.98º | 0.84% | 0.43% | - |
| HSV(B) | 45.98º | 0.92% | 0.79% | - |
| XYZ | 36.42 | 36.91 | 5.74 | - |
| YUV | 154.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 17 | 0 | 0.21 | 0.92 | 0.21 | 45.98 | 0.84 | 0.43 |
| Hex | C9 | 9E | 11 | 0 | 15 | 5C | 15 | 2E | 54 | 2B |
| Octal | 311 | 236 | 21 | 0 | 25 | 134 | 25 | 56 | 124 | 53 |
| Binary | 11001001 | 10011110 | 10001 | 0 | 10101 | 1011100 | 10101 | 101110 | 1010100 | 101011 |
Color Harmonies of #C99E11
Complementary color
Monochromatic Colors of #C99E11
Black with #C99E11
Text Example
Text Example
White with #C99E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E11; }
p { color: rgb(201,158,17); }
H1.HeaderClassName
{
color: #C99E11;
}
.AnyTagClassName
{
color: #C99E11;
}
</style>
background-color css
<style>
a { background-color: #C99E11; }
a { background-color: rgb(201,158,17); }
div.DivClassName
{
background-color: #C99E11;
}
.BgClassName
{
background-color: #C99E11;
}
</style>
border-color css
<style>
span { border-color: #C99E11; }
span { border-color: rgb(201,158,17); }
td.TdClassName
{
border-color: #C99E11;
}
.TagClassName
{
border-color: #C99E11;
}
</style>