Shades of Buddha Gold #CE9514
Tints of Buddha Gold #CE9514
RGB
CMYK
RGB Variations
Color information
#CE9514 (or 0xCE9514) is known color: Buddha Gold. HEX triplet: CE, 95 and 14. RGB value is (206,149,20). Sum of RGB (Red+Green+Blue) = 206+149+20=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9514 is #316AEB. Grayscale: #979797. Windows color (decimal): -3238636 or 1349070. OLE color: 1349070.
HSL color Cylindrical-coordinate representation of color #CE9514: hue angle of 41.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE9514 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 20 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.19 |
| HSL | 41.61º | 0.82% | 0.44% | - |
| HSV(B) | 41.61º | 0.9% | 0.81% | - |
| XYZ | 36.33 | 34.67 | 5.44 | - |
| YUV | 151.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 20 | 0 | 0.28 | 0.90 | 0.19 | 41.61 | 0.82 | 0.44 |
| Hex | CE | 95 | 14 | 0 | 1C | 5A | 13 | 2A | 52 | 2C |
| Octal | 316 | 225 | 24 | 0 | 34 | 132 | 23 | 52 | 122 | 54 |
| Binary | 11001110 | 10010101 | 10100 | 0 | 11100 | 1011010 | 10011 | 101010 | 1010010 | 101100 |
Color Harmonies of #CE9514
Complementary color
Monochromatic Colors of #CE9514
Black with #CE9514
Text Example
Text Example
White with #CE9514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9514; }
p { color: rgb(206,149,20); }
H1.HeaderClassName
{
color: #CE9514;
}
.AnyTagClassName
{
color: #CE9514;
}
</style>
background-color css
<style>
a { background-color: #CE9514; }
a { background-color: rgb(206,149,20); }
div.DivClassName
{
background-color: #CE9514;
}
.BgClassName
{
background-color: #CE9514;
}
</style>
border-color css
<style>
span { border-color: #CE9514; }
span { border-color: rgb(206,149,20); }
td.TdClassName
{
border-color: #CE9514;
}
.TagClassName
{
border-color: #CE9514;
}
</style>