Shades of Buddha Gold #CE9E11
Tints of Buddha Gold #CE9E11
RGB
CMYK
RGB Variations
Color information
#CE9E11 (or 0xCE9E11) is known color: Buddha Gold. HEX triplet: CE, 9E and 11. RGB value is (206,158,17). Sum of RGB (Red+Green+Blue) = 206+158+17=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9E11 is #3161EE. Grayscale: #9C9C9C. Windows color (decimal): -3236335 or 1154766. OLE color: 1154766.
HSL color Cylindrical-coordinate representation of color #CE9E11: hue angle of 44.76º 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 #CE9E11 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 17 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.19 |
| HSL | 44.76º | 0.85% | 0.44% | - |
| HSV(B) | 44.76º | 0.92% | 0.81% | - |
| XYZ | 37.78 | 37.62 | 5.8 | - |
| YUV | 156.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 17 | 0 | 0.23 | 0.92 | 0.19 | 44.76 | 0.85 | 0.44 |
| Hex | CE | 9E | 11 | 0 | 17 | 5C | 13 | 2D | 55 | 2C |
| Octal | 316 | 236 | 21 | 0 | 27 | 134 | 23 | 55 | 125 | 54 |
| Binary | 11001110 | 10011110 | 10001 | 0 | 10111 | 1011100 | 10011 | 101101 | 1010101 | 101100 |
Color Harmonies of #CE9E11
Complementary color
Monochromatic Colors of #CE9E11
Black with #CE9E11
Text Example
Text Example
White with #CE9E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E11; }
p { color: rgb(206,158,17); }
H1.HeaderClassName
{
color: #CE9E11;
}
.AnyTagClassName
{
color: #CE9E11;
}
</style>
background-color css
<style>
a { background-color: #CE9E11; }
a { background-color: rgb(206,158,17); }
div.DivClassName
{
background-color: #CE9E11;
}
.BgClassName
{
background-color: #CE9E11;
}
</style>
border-color css
<style>
span { border-color: #CE9E11; }
span { border-color: rgb(206,158,17); }
td.TdClassName
{
border-color: #CE9E11;
}
.TagClassName
{
border-color: #CE9E11;
}
</style>