Shades of Buddha Gold #CE9C0E
Tints of Buddha Gold #CE9C0E
RGB
CMYK
RGB Variations
Color information
#CE9C0E (or 0xCE9C0E) is known color: Buddha Gold. HEX triplet: CE, 9C and 0E. RGB value is (206,156,14). Sum of RGB (Red+Green+Blue) = 206+156+14=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9C0E is #3163F1. Grayscale: #9B9B9B. Windows color (decimal): -3236850 or 957646. OLE color: 957646.
HSL color Cylindrical-coordinate representation of color #CE9C0E: hue angle of 44.38º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE9C0E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 14 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.19 |
| HSL | 44.38º | 0.87% | 0.43% | - |
| HSV(B) | 44.38º | 0.93% | 0.81% | - |
| XYZ | 37.42 | 36.93 | 5.57 | - |
| YUV | 154.76 | 48.57 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 14 | 0 | 0.24 | 0.93 | 0.19 | 44.38 | 0.87 | 0.43 |
| Hex | CE | 9C | E | 0 | 18 | 5D | 13 | 2C | 57 | 2B |
| Octal | 316 | 234 | 16 | 0 | 30 | 135 | 23 | 54 | 127 | 53 |
| Binary | 11001110 | 10011100 | 1110 | 0 | 11000 | 1011101 | 10011 | 101100 | 1010111 | 101011 |
Color Harmonies of #CE9C0E
Complementary color
Monochromatic Colors of #CE9C0E
Black with #CE9C0E
Text Example
Text Example
White with #CE9C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C0E; }
p { color: rgb(206,156,14); }
H1.HeaderClassName
{
color: #CE9C0E;
}
.AnyTagClassName
{
color: #CE9C0E;
}
</style>
background-color css
<style>
a { background-color: #CE9C0E; }
a { background-color: rgb(206,156,14); }
div.DivClassName
{
background-color: #CE9C0E;
}
.BgClassName
{
background-color: #CE9C0E;
}
</style>
border-color css
<style>
span { border-color: #CE9C0E; }
span { border-color: rgb(206,156,14); }
td.TdClassName
{
border-color: #CE9C0E;
}
.TagClassName
{
border-color: #CE9C0E;
}
</style>