Shades of Buddha Gold #CEA30D
Tints of Buddha Gold #CEA30D
RGB
CMYK
RGB Variations
Color information
#CEA30D (or 0xCEA30D) is known color: Buddha Gold. HEX triplet: CE, A3 and 0D. RGB value is (206,163,13). Sum of RGB (Red+Green+Blue) = 206+163+13=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA30D is #315CF2. Grayscale: #9F9F9F. Windows color (decimal): -3235059 or 893902. OLE color: 893902.
HSL color Cylindrical-coordinate representation of color #CEA30D: hue angle of 46.63º 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 #CEA30D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.19 |
| HSL | 46.63º | 0.88% | 0.43% | - |
| HSV(B) | 46.63º | 0.94% | 0.81% | - |
| XYZ | 38.62 | 39.35 | 5.94 | - |
| YUV | 158.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 13 | 0 | 0.21 | 0.94 | 0.19 | 46.63 | 0.88 | 0.43 |
| Hex | CE | A3 | D | 0 | 15 | 5E | 13 | 2F | 58 | 2B |
| Octal | 316 | 243 | 15 | 0 | 25 | 136 | 23 | 57 | 130 | 53 |
| Binary | 11001110 | 10100011 | 1101 | 0 | 10101 | 1011110 | 10011 | 101111 | 1011000 | 101011 |
Color Harmonies of #CEA30D
Complementary color
Monochromatic Colors of #CEA30D
Black with #CEA30D
Text Example
Text Example
White with #CEA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA30D; }
p { color: rgb(206,163,13); }
H1.HeaderClassName
{
color: #CEA30D;
}
.AnyTagClassName
{
color: #CEA30D;
}
</style>
background-color css
<style>
a { background-color: #CEA30D; }
a { background-color: rgb(206,163,13); }
div.DivClassName
{
background-color: #CEA30D;
}
.BgClassName
{
background-color: #CEA30D;
}
</style>
border-color css
<style>
span { border-color: #CEA30D; }
span { border-color: rgb(206,163,13); }
td.TdClassName
{
border-color: #CEA30D;
}
.TagClassName
{
border-color: #CEA30D;
}
</style>