Shades of Buddha Gold #CE9C11
Tints of Buddha Gold #CE9C11
RGB
CMYK
RGB Variations
Color information
#CE9C11 (or 0xCE9C11) is known color: Buddha Gold. HEX triplet: CE, 9C and 11. RGB value is (206,156,17). Sum of RGB (Red+Green+Blue) = 206+156+17=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9C11 is #3163EE. Grayscale: #9B9B9B. Windows color (decimal): -3236847 or 1154254. OLE color: 1154254.
HSL color Cylindrical-coordinate representation of color #CE9C11: hue angle of 44.13º degrees, saturation: 0.85, 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 #CE9C11 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 17 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.19 |
| HSL | 44.13º | 0.85% | 0.44% | - |
| HSV(B) | 44.13º | 0.92% | 0.81% | - |
| XYZ | 37.44 | 36.94 | 5.69 | - |
| YUV | 155.1 | 50.07 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 17 | 0 | 0.24 | 0.92 | 0.19 | 44.13 | 0.85 | 0.44 |
| Hex | CE | 9C | 11 | 0 | 18 | 5C | 13 | 2C | 55 | 2C |
| Octal | 316 | 234 | 21 | 0 | 30 | 134 | 23 | 54 | 125 | 54 |
| Binary | 11001110 | 10011100 | 10001 | 0 | 11000 | 1011100 | 10011 | 101100 | 1010101 | 101100 |
Color Harmonies of #CE9C11
Complementary color
Monochromatic Colors of #CE9C11
Black with #CE9C11
Text Example
Text Example
White with #CE9C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C11; }
p { color: rgb(206,156,17); }
H1.HeaderClassName
{
color: #CE9C11;
}
.AnyTagClassName
{
color: #CE9C11;
}
</style>
background-color css
<style>
a { background-color: #CE9C11; }
a { background-color: rgb(206,156,17); }
div.DivClassName
{
background-color: #CE9C11;
}
.BgClassName
{
background-color: #CE9C11;
}
</style>
border-color css
<style>
span { border-color: #CE9C11; }
span { border-color: rgb(206,156,17); }
td.TdClassName
{
border-color: #CE9C11;
}
.TagClassName
{
border-color: #CE9C11;
}
</style>