Shades of Buddha Gold #CE9710
Tints of Buddha Gold #CE9710
RGB
CMYK
RGB Variations
Color information
#CE9710 (or 0xCE9710) is known color: Buddha Gold. HEX triplet: CE, 97 and 10. RGB value is (206,151,16). Sum of RGB (Red+Green+Blue) = 206+151+16=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9710 is #3168EF. Grayscale: #989898. Windows color (decimal): -3238128 or 1087438. OLE color: 1087438.
HSL color Cylindrical-coordinate representation of color #CE9710: hue angle of 42.63º 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 #CE9710 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 16 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.19 |
| HSL | 42.63º | 0.86% | 0.44% | - |
| HSV(B) | 42.63º | 0.92% | 0.81% | - |
| XYZ | 36.61 | 35.29 | 5.37 | - |
| YUV | 152.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 16 | 0 | 0.27 | 0.92 | 0.19 | 42.63 | 0.86 | 0.44 |
| Hex | CE | 97 | 10 | 0 | 1B | 5C | 13 | 2B | 56 | 2C |
| Octal | 316 | 227 | 20 | 0 | 33 | 134 | 23 | 53 | 126 | 54 |
| Binary | 11001110 | 10010111 | 10000 | 0 | 11011 | 1011100 | 10011 | 101011 | 1010110 | 101100 |
Color Harmonies of #CE9710
Complementary color
Monochromatic Colors of #CE9710
Black with #CE9710
Text Example
Text Example
White with #CE9710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9710; }
p { color: rgb(206,151,16); }
H1.HeaderClassName
{
color: #CE9710;
}
.AnyTagClassName
{
color: #CE9710;
}
</style>
background-color css
<style>
a { background-color: #CE9710; }
a { background-color: rgb(206,151,16); }
div.DivClassName
{
background-color: #CE9710;
}
.BgClassName
{
background-color: #CE9710;
}
</style>
border-color css
<style>
span { border-color: #CE9710; }
span { border-color: rgb(206,151,16); }
td.TdClassName
{
border-color: #CE9710;
}
.TagClassName
{
border-color: #CE9710;
}
</style>