Shades of Buddha Gold #CEA20C
Tints of Buddha Gold #CEA20C
RGB
CMYK
RGB Variations
Color information
#CEA20C (or 0xCEA20C) is known color: Buddha Gold. HEX triplet: CE, A2 and 0C. RGB value is (206,162,12). Sum of RGB (Red+Green+Blue) = 206+162+12=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA20C is #315DF3. Grayscale: #9E9E9E. Windows color (decimal): -3235316 or 828110. OLE color: 828110.
HSL color Cylindrical-coordinate representation of color #CEA20C: hue angle of 46.39º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEA20C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 12 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.19 |
| HSL | 46.39º | 0.89% | 0.43% | - |
| HSV(B) | 46.39º | 0.94% | 0.81% | - |
| XYZ | 38.44 | 38.99 | 5.85 | - |
| YUV | 158.06 | 45.58 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 12 | 0 | 0.21 | 0.94 | 0.19 | 46.39 | 0.89 | 0.43 |
| Hex | CE | A2 | C | 0 | 15 | 5E | 13 | 2E | 59 | 2B |
| Octal | 316 | 242 | 14 | 0 | 25 | 136 | 23 | 56 | 131 | 53 |
| Binary | 11001110 | 10100010 | 1100 | 0 | 10101 | 1011110 | 10011 | 101110 | 1011001 | 101011 |
Color Harmonies of #CEA20C
Complementary color
Monochromatic Colors of #CEA20C
Black with #CEA20C
Text Example
Text Example
White with #CEA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA20C; }
p { color: rgb(206,162,12); }
H1.HeaderClassName
{
color: #CEA20C;
}
.AnyTagClassName
{
color: #CEA20C;
}
</style>
background-color css
<style>
a { background-color: #CEA20C; }
a { background-color: rgb(206,162,12); }
div.DivClassName
{
background-color: #CEA20C;
}
.BgClassName
{
background-color: #CEA20C;
}
</style>
border-color css
<style>
span { border-color: #CEA20C; }
span { border-color: rgb(206,162,12); }
td.TdClassName
{
border-color: #CEA20C;
}
.TagClassName
{
border-color: #CEA20C;
}
</style>