Shades of Buddha Gold #CE9F10
Tints of Buddha Gold #CE9F10
RGB
CMYK
RGB Variations
Color information
#CE9F10 (or 0xCE9F10) is known color: Buddha Gold. HEX triplet: CE, 9F and 10. RGB value is (206,159,16). Sum of RGB (Red+Green+Blue) = 206+159+16=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9F10 is #3160EF. Grayscale: #9D9D9D. Windows color (decimal): -3236080 or 1089486. OLE color: 1089486.
HSL color Cylindrical-coordinate representation of color #CE9F10: hue angle of 45.16º degrees, saturation: 0.86, 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 #CE9F10 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 16 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.19 |
| HSL | 45.16º | 0.86% | 0.44% | - |
| HSV(B) | 45.16º | 0.92% | 0.81% | - |
| XYZ | 37.95 | 37.96 | 5.82 | - |
| YUV | 156.75 | 48.57 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 16 | 0 | 0.23 | 0.92 | 0.19 | 45.16 | 0.86 | 0.44 |
| Hex | CE | 9F | 10 | 0 | 17 | 5C | 13 | 2D | 56 | 2C |
| Octal | 316 | 237 | 20 | 0 | 27 | 134 | 23 | 55 | 126 | 54 |
| Binary | 11001110 | 10011111 | 10000 | 0 | 10111 | 1011100 | 10011 | 101101 | 1010110 | 101100 |
Color Harmonies of #CE9F10
Complementary color
Monochromatic Colors of #CE9F10
Black with #CE9F10
Text Example
Text Example
White with #CE9F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F10; }
p { color: rgb(206,159,16); }
H1.HeaderClassName
{
color: #CE9F10;
}
.AnyTagClassName
{
color: #CE9F10;
}
</style>
background-color css
<style>
a { background-color: #CE9F10; }
a { background-color: rgb(206,159,16); }
div.DivClassName
{
background-color: #CE9F10;
}
.BgClassName
{
background-color: #CE9F10;
}
</style>
border-color css
<style>
span { border-color: #CE9F10; }
span { border-color: rgb(206,159,16); }
td.TdClassName
{
border-color: #CE9F10;
}
.TagClassName
{
border-color: #CE9F10;
}
</style>