Shades of Buddha Gold #CEA10C
Tints of Buddha Gold #CEA10C
RGB
CMYK
RGB Variations
Color information
#CEA10C (or 0xCEA10C) is known color: Buddha Gold. HEX triplet: CE, A1 and 0C. RGB value is (206,161,12). Sum of RGB (Red+Green+Blue) = 206+161+12=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA10C is #315EF3. Grayscale: #9E9E9E. Windows color (decimal): -3235572 or 827854. OLE color: 827854.
HSL color Cylindrical-coordinate representation of color #CEA10C: hue angle of 46.08º 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 #CEA10C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.19 |
| HSL | 46.08º | 0.89% | 0.43% | - |
| HSV(B) | 46.08º | 0.94% | 0.81% | - |
| XYZ | 38.26 | 38.64 | 5.79 | - |
| YUV | 157.47 | 45.91 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 12 | 0 | 0.22 | 0.94 | 0.19 | 46.08 | 0.89 | 0.43 |
| Hex | CE | A1 | C | 0 | 16 | 5E | 13 | 2E | 59 | 2B |
| Octal | 316 | 241 | 14 | 0 | 26 | 136 | 23 | 56 | 131 | 53 |
| Binary | 11001110 | 10100001 | 1100 | 0 | 10110 | 1011110 | 10011 | 101110 | 1011001 | 101011 |
Color Harmonies of #CEA10C
Complementary color
Monochromatic Colors of #CEA10C
Black with #CEA10C
Text Example
Text Example
White with #CEA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA10C; }
p { color: rgb(206,161,12); }
H1.HeaderClassName
{
color: #CEA10C;
}
.AnyTagClassName
{
color: #CEA10C;
}
</style>
background-color css
<style>
a { background-color: #CEA10C; }
a { background-color: rgb(206,161,12); }
div.DivClassName
{
background-color: #CEA10C;
}
.BgClassName
{
background-color: #CEA10C;
}
</style>
border-color css
<style>
span { border-color: #CEA10C; }
span { border-color: rgb(206,161,12); }
td.TdClassName
{
border-color: #CEA10C;
}
.TagClassName
{
border-color: #CEA10C;
}
</style>