Shades of Buddha Gold #CE9714
Tints of Buddha Gold #CE9714
RGB
CMYK
RGB Variations
Color information
#CE9714 (or 0xCE9714) is known color: Buddha Gold. HEX triplet: CE, 97 and 14. RGB value is (206,151,20). Sum of RGB (Red+Green+Blue) = 206+151+20=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9714 is #3168EB. Grayscale: #999999. Windows color (decimal): -3238124 or 1349582. OLE color: 1349582.
HSL color Cylindrical-coordinate representation of color #CE9714: hue angle of 42.26º 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 #CE9714 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 20 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.19 |
| HSL | 42.26º | 0.82% | 0.44% | - |
| HSV(B) | 42.26º | 0.9% | 0.81% | - |
| XYZ | 36.65 | 35.31 | 5.54 | - |
| YUV | 152.51 | 53.22 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 20 | 0 | 0.27 | 0.90 | 0.19 | 42.26 | 0.82 | 0.44 |
| Hex | CE | 97 | 14 | 0 | 1B | 5A | 13 | 2A | 52 | 2C |
| Octal | 316 | 227 | 24 | 0 | 33 | 132 | 23 | 52 | 122 | 54 |
| Binary | 11001110 | 10010111 | 10100 | 0 | 11011 | 1011010 | 10011 | 101010 | 1010010 | 101100 |
Color Harmonies of #CE9714
Complementary color
Monochromatic Colors of #CE9714
Black with #CE9714
Text Example
Text Example
White with #CE9714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9714; }
p { color: rgb(206,151,20); }
H1.HeaderClassName
{
color: #CE9714;
}
.AnyTagClassName
{
color: #CE9714;
}
</style>
background-color css
<style>
a { background-color: #CE9714; }
a { background-color: rgb(206,151,20); }
div.DivClassName
{
background-color: #CE9714;
}
.BgClassName
{
background-color: #CE9714;
}
</style>
border-color css
<style>
span { border-color: #CE9714; }
span { border-color: rgb(206,151,20); }
td.TdClassName
{
border-color: #CE9714;
}
.TagClassName
{
border-color: #CE9714;
}
</style>