Shades of Buddha Gold #CE9F11
Tints of Buddha Gold #CE9F11
RGB
CMYK
RGB Variations
Color information
#CE9F11 (or 0xCE9F11) is known color: Buddha Gold. HEX triplet: CE, 9F and 11. RGB value is (206,159,17). Sum of RGB (Red+Green+Blue) = 206+159+17=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F11 is #3160EE. Grayscale: #9D9D9D. Windows color (decimal): -3236079 or 1155022. OLE color: 1155022.
HSL color Cylindrical-coordinate representation of color #CE9F11: hue angle of 45.08º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE9F11 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 17 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.19 |
| HSL | 45.08º | 0.85% | 0.44% | - |
| HSV(B) | 45.08º | 0.92% | 0.81% | - |
| XYZ | 37.95 | 37.96 | 5.86 | - |
| YUV | 156.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 17 | 0 | 0.23 | 0.92 | 0.19 | 45.08 | 0.85 | 0.44 |
| Hex | CE | 9F | 11 | 0 | 17 | 5C | 13 | 2D | 55 | 2C |
| Octal | 316 | 237 | 21 | 0 | 27 | 134 | 23 | 55 | 125 | 54 |
| Binary | 11001110 | 10011111 | 10001 | 0 | 10111 | 1011100 | 10011 | 101101 | 1010101 | 101100 |
Color Harmonies of #CE9F11
Complementary color
Monochromatic Colors of #CE9F11
Black with #CE9F11
Text Example
Text Example
White with #CE9F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F11; }
p { color: rgb(206,159,17); }
H1.HeaderClassName
{
color: #CE9F11;
}
.AnyTagClassName
{
color: #CE9F11;
}
</style>
background-color css
<style>
a { background-color: #CE9F11; }
a { background-color: rgb(206,159,17); }
div.DivClassName
{
background-color: #CE9F11;
}
.BgClassName
{
background-color: #CE9F11;
}
</style>
border-color css
<style>
span { border-color: #CE9F11; }
span { border-color: rgb(206,159,17); }
td.TdClassName
{
border-color: #CE9F11;
}
.TagClassName
{
border-color: #CE9F11;
}
</style>