Shades of Buddha Gold #CE9717
Tints of Buddha Gold #CE9717
RGB
CMYK
RGB Variations
Color information
#CE9717 (or 0xCE9717) is known color: Buddha Gold. HEX triplet: CE, 97 and 17. RGB value is (206,151,23). Sum of RGB (Red+Green+Blue) = 206+151+23=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9717 is #3168E8. Grayscale: #999999. Windows color (decimal): -3238121 or 1546190. OLE color: 1546190.
HSL color Cylindrical-coordinate representation of color #CE9717: hue angle of 41.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE9717 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 23 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.19 |
| HSL | 41.97º | 0.8% | 0.45% | - |
| HSV(B) | 41.97º | 0.89% | 0.81% | - |
| XYZ | 36.67 | 35.32 | 5.69 | - |
| YUV | 152.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 23 | 0 | 0.27 | 0.89 | 0.19 | 41.97 | 0.8 | 0.45 |
| Hex | CE | 97 | 17 | 0 | 1B | 59 | 13 | 2A | 50 | 2D |
| Octal | 316 | 227 | 27 | 0 | 33 | 131 | 23 | 52 | 120 | 55 |
| Binary | 11001110 | 10010111 | 10111 | 0 | 11011 | 1011001 | 10011 | 101010 | 1010000 | 101101 |
Color Harmonies of #CE9717
Complementary color
Monochromatic Colors of #CE9717
Black with #CE9717
Text Example
Text Example
White with #CE9717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9717; }
p { color: rgb(206,151,23); }
H1.HeaderClassName
{
color: #CE9717;
}
.AnyTagClassName
{
color: #CE9717;
}
</style>
background-color css
<style>
a { background-color: #CE9717; }
a { background-color: rgb(206,151,23); }
div.DivClassName
{
background-color: #CE9717;
}
.BgClassName
{
background-color: #CE9717;
}
</style>
border-color css
<style>
span { border-color: #CE9717; }
span { border-color: rgb(206,151,23); }
td.TdClassName
{
border-color: #CE9717;
}
.TagClassName
{
border-color: #CE9717;
}
</style>