Shades of Buddha Gold #CE9115
Tints of Buddha Gold #CE9115
RGB
CMYK
RGB Variations
Color information
#CE9115 (or 0xCE9115) is known color: Buddha Gold. HEX triplet: CE, 91 and 15. RGB value is (206,145,21). Sum of RGB (Red+Green+Blue) = 206+145+21=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9115 is #316EEA. Grayscale: #959595. Windows color (decimal): -3239659 or 1413582. OLE color: 1413582.
HSL color Cylindrical-coordinate representation of color #CE9115: hue angle of 40.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE9115 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 21 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.19 |
| HSL | 40.22º | 0.81% | 0.45% | - |
| HSV(B) | 40.22º | 0.9% | 0.81% | - |
| XYZ | 35.71 | 33.43 | 5.28 | - |
| YUV | 149.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 21 | 0 | 0.30 | 0.90 | 0.19 | 40.22 | 0.81 | 0.45 |
| Hex | CE | 91 | 15 | 0 | 1E | 5A | 13 | 28 | 51 | 2D |
| Octal | 316 | 221 | 25 | 0 | 36 | 132 | 23 | 50 | 121 | 55 |
| Binary | 11001110 | 10010001 | 10101 | 0 | 11110 | 1011010 | 10011 | 101000 | 1010001 | 101101 |
Color Harmonies of #CE9115
Complementary color
Monochromatic Colors of #CE9115
Black with #CE9115
Text Example
Text Example
White with #CE9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9115; }
p { color: rgb(206,145,21); }
H1.HeaderClassName
{
color: #CE9115;
}
.AnyTagClassName
{
color: #CE9115;
}
</style>
background-color css
<style>
a { background-color: #CE9115; }
a { background-color: rgb(206,145,21); }
div.DivClassName
{
background-color: #CE9115;
}
.BgClassName
{
background-color: #CE9115;
}
</style>
border-color css
<style>
span { border-color: #CE9115; }
span { border-color: rgb(206,145,21); }
td.TdClassName
{
border-color: #CE9115;
}
.TagClassName
{
border-color: #CE9115;
}
</style>