Shades of Buddha Gold #CEA10D
Tints of Buddha Gold #CEA10D
RGB
CMYK
RGB Variations
Color information
#CEA10D (or 0xCEA10D) is known color: Buddha Gold. HEX triplet: CE, A1 and 0D. RGB value is (206,161,13). Sum of RGB (Red+Green+Blue) = 206+161+13=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA10D is #315EF2. Grayscale: #9E9E9E. Windows color (decimal): -3235571 or 893390. OLE color: 893390.
HSL color Cylindrical-coordinate representation of color #CEA10D: hue angle of 46.01º degrees, saturation: 0.88, 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 #CEA10D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.19 |
| HSL | 46.01º | 0.88% | 0.43% | - |
| HSV(B) | 46.01º | 0.94% | 0.81% | - |
| XYZ | 38.27 | 38.64 | 5.82 | - |
| YUV | 157.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 13 | 0 | 0.22 | 0.94 | 0.19 | 46.01 | 0.88 | 0.43 |
| Hex | CE | A1 | D | 0 | 16 | 5E | 13 | 2E | 58 | 2B |
| Octal | 316 | 241 | 15 | 0 | 26 | 136 | 23 | 56 | 130 | 53 |
| Binary | 11001110 | 10100001 | 1101 | 0 | 10110 | 1011110 | 10011 | 101110 | 1011000 | 101011 |
Color Harmonies of #CEA10D
Complementary color
Monochromatic Colors of #CEA10D
Black with #CEA10D
Text Example
Text Example
White with #CEA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA10D; }
p { color: rgb(206,161,13); }
H1.HeaderClassName
{
color: #CEA10D;
}
.AnyTagClassName
{
color: #CEA10D;
}
</style>
background-color css
<style>
a { background-color: #CEA10D; }
a { background-color: rgb(206,161,13); }
div.DivClassName
{
background-color: #CEA10D;
}
.BgClassName
{
background-color: #CEA10D;
}
</style>
border-color css
<style>
span { border-color: #CEA10D; }
span { border-color: rgb(206,161,13); }
td.TdClassName
{
border-color: #CEA10D;
}
.TagClassName
{
border-color: #CEA10D;
}
</style>