Shades of Buddha Gold #CE9517
Tints of Buddha Gold #CE9517
RGB
CMYK
RGB Variations
Color information
#CE9517 (or 0xCE9517) is known color: Buddha Gold. HEX triplet: CE, 95 and 17. RGB value is (206,149,23). Sum of RGB (Red+Green+Blue) = 206+149+23=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9517 is #316AE8. Grayscale: #989898. Windows color (decimal): -3238633 or 1545678. OLE color: 1545678.
HSL color Cylindrical-coordinate representation of color #CE9517: hue angle of 41.31º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE9517 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 23 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.19 |
| HSL | 41.31º | 0.8% | 0.45% | - |
| HSV(B) | 41.31º | 0.89% | 0.81% | - |
| XYZ | 36.36 | 34.68 | 5.59 | - |
| YUV | 151.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 23 | 0 | 0.28 | 0.89 | 0.19 | 41.31 | 0.8 | 0.45 |
| Hex | CE | 95 | 17 | 0 | 1C | 59 | 13 | 29 | 50 | 2D |
| Octal | 316 | 225 | 27 | 0 | 34 | 131 | 23 | 51 | 120 | 55 |
| Binary | 11001110 | 10010101 | 10111 | 0 | 11100 | 1011001 | 10011 | 101001 | 1010000 | 101101 |
Color Harmonies of #CE9517
Complementary color
Monochromatic Colors of #CE9517
Black with #CE9517
Text Example
Text Example
White with #CE9517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9517; }
p { color: rgb(206,149,23); }
H1.HeaderClassName
{
color: #CE9517;
}
.AnyTagClassName
{
color: #CE9517;
}
</style>
background-color css
<style>
a { background-color: #CE9517; }
a { background-color: rgb(206,149,23); }
div.DivClassName
{
background-color: #CE9517;
}
.BgClassName
{
background-color: #CE9517;
}
</style>
border-color css
<style>
span { border-color: #CE9517; }
span { border-color: rgb(206,149,23); }
td.TdClassName
{
border-color: #CE9517;
}
.TagClassName
{
border-color: #CE9517;
}
</style>