Shades of Buddha Gold #CE9B10
Tints of Buddha Gold #CE9B10
RGB
CMYK
RGB Variations
Color information
#CE9B10 (or 0xCE9B10) is known color: Buddha Gold. HEX triplet: CE, 9B and 10. RGB value is (206,155,16). Sum of RGB (Red+Green+Blue) = 206+155+16=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9B10 is #3164EF. Grayscale: #9B9B9B. Windows color (decimal): -3237104 or 1088462. OLE color: 1088462.
HSL color Cylindrical-coordinate representation of color #CE9B10: hue angle of 43.89º 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 #CE9B10 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 16 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.19 |
| HSL | 43.89º | 0.86% | 0.44% | - |
| HSV(B) | 43.89º | 0.92% | 0.81% | - |
| XYZ | 37.27 | 36.6 | 5.59 | - |
| YUV | 154.4 | 49.9 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 16 | 0 | 0.25 | 0.92 | 0.19 | 43.89 | 0.86 | 0.44 |
| Hex | CE | 9B | 10 | 0 | 19 | 5C | 13 | 2C | 56 | 2C |
| Octal | 316 | 233 | 20 | 0 | 31 | 134 | 23 | 54 | 126 | 54 |
| Binary | 11001110 | 10011011 | 10000 | 0 | 11001 | 1011100 | 10011 | 101100 | 1010110 | 101100 |
Color Harmonies of #CE9B10
Complementary color
Monochromatic Colors of #CE9B10
Black with #CE9B10
Text Example
Text Example
White with #CE9B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B10; }
p { color: rgb(206,155,16); }
H1.HeaderClassName
{
color: #CE9B10;
}
.AnyTagClassName
{
color: #CE9B10;
}
</style>
background-color css
<style>
a { background-color: #CE9B10; }
a { background-color: rgb(206,155,16); }
div.DivClassName
{
background-color: #CE9B10;
}
.BgClassName
{
background-color: #CE9B10;
}
</style>
border-color css
<style>
span { border-color: #CE9B10; }
span { border-color: rgb(206,155,16); }
td.TdClassName
{
border-color: #CE9B10;
}
.TagClassName
{
border-color: #CE9B10;
}
</style>