Shades of Buddha Gold #CE9614
Tints of Buddha Gold #CE9614
RGB
CMYK
RGB Variations
Color information
#CE9614 (or 0xCE9614) is known color: Buddha Gold. HEX triplet: CE, 96 and 14. RGB value is (206,150,20). Sum of RGB (Red+Green+Blue) = 206+150+20=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9614 is #3169EB. Grayscale: #989898. Windows color (decimal): -3238380 or 1349326. OLE color: 1349326.
HSL color Cylindrical-coordinate representation of color #CE9614: hue angle of 41.94º 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 #CE9614 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 20 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.19 |
| HSL | 41.94º | 0.82% | 0.44% | - |
| HSV(B) | 41.94º | 0.9% | 0.81% | - |
| XYZ | 36.49 | 34.99 | 5.49 | - |
| YUV | 151.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 20 | 0 | 0.27 | 0.90 | 0.19 | 41.94 | 0.82 | 0.44 |
| Hex | CE | 96 | 14 | 0 | 1B | 5A | 13 | 2A | 52 | 2C |
| Octal | 316 | 226 | 24 | 0 | 33 | 132 | 23 | 52 | 122 | 54 |
| Binary | 11001110 | 10010110 | 10100 | 0 | 11011 | 1011010 | 10011 | 101010 | 1010010 | 101100 |
Color Harmonies of #CE9614
Complementary color
Monochromatic Colors of #CE9614
Black with #CE9614
Text Example
Text Example
White with #CE9614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9614; }
p { color: rgb(206,150,20); }
H1.HeaderClassName
{
color: #CE9614;
}
.AnyTagClassName
{
color: #CE9614;
}
</style>
background-color css
<style>
a { background-color: #CE9614; }
a { background-color: rgb(206,150,20); }
div.DivClassName
{
background-color: #CE9614;
}
.BgClassName
{
background-color: #CE9614;
}
</style>
border-color css
<style>
span { border-color: #CE9614; }
span { border-color: rgb(206,150,20); }
td.TdClassName
{
border-color: #CE9614;
}
.TagClassName
{
border-color: #CE9614;
}
</style>