Shades of Buddha Gold #CE9A10
Tints of Buddha Gold #CE9A10
RGB
CMYK
RGB Variations
Color information
#CE9A10 (or 0xCE9A10) is known color: Buddha Gold. HEX triplet: CE, 9A and 10. RGB value is (206,154,16). Sum of RGB (Red+Green+Blue) = 206+154+16=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9A10 is #3165EF. Grayscale: #9A9A9A. Windows color (decimal): -3237360 or 1088206. OLE color: 1088206.
HSL color Cylindrical-coordinate representation of color #CE9A10: hue angle of 43.58º 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 #CE9A10 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 16 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.19 |
| HSL | 43.58º | 0.86% | 0.44% | - |
| HSV(B) | 43.58º | 0.92% | 0.81% | - |
| XYZ | 37.1 | 36.27 | 5.54 | - |
| YUV | 153.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 16 | 0 | 0.25 | 0.92 | 0.19 | 43.58 | 0.86 | 0.44 |
| Hex | CE | 9A | 10 | 0 | 19 | 5C | 13 | 2C | 56 | 2C |
| Octal | 316 | 232 | 20 | 0 | 31 | 134 | 23 | 54 | 126 | 54 |
| Binary | 11001110 | 10011010 | 10000 | 0 | 11001 | 1011100 | 10011 | 101100 | 1010110 | 101100 |
Color Harmonies of #CE9A10
Complementary color
Monochromatic Colors of #CE9A10
Black with #CE9A10
Text Example
Text Example
White with #CE9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A10; }
p { color: rgb(206,154,16); }
H1.HeaderClassName
{
color: #CE9A10;
}
.AnyTagClassName
{
color: #CE9A10;
}
</style>
background-color css
<style>
a { background-color: #CE9A10; }
a { background-color: rgb(206,154,16); }
div.DivClassName
{
background-color: #CE9A10;
}
.BgClassName
{
background-color: #CE9A10;
}
</style>
border-color css
<style>
span { border-color: #CE9A10; }
span { border-color: rgb(206,154,16); }
td.TdClassName
{
border-color: #CE9A10;
}
.TagClassName
{
border-color: #CE9A10;
}
</style>