Shades of Buddha Gold #CEA20B
Tints of Buddha Gold #CEA20B
RGB
CMYK
RGB Variations
Color information
#CEA20B (or 0xCEA20B) is known color: Buddha Gold. HEX triplet: CE, A2 and 0B. RGB value is (206,162,11). Sum of RGB (Red+Green+Blue) = 206+162+11=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA20B is #315DF4. Grayscale: #9E9E9E. Windows color (decimal): -3235317 or 762574. OLE color: 762574.
HSL color Cylindrical-coordinate representation of color #CEA20B: hue angle of 46.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEA20B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.19 |
| HSL | 46.46º | 0.9% | 0.43% | - |
| HSV(B) | 46.46º | 0.95% | 0.81% | - |
| XYZ | 38.43 | 38.99 | 5.82 | - |
| YUV | 157.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 11 | 0 | 0.21 | 0.95 | 0.19 | 46.46 | 0.9 | 0.43 |
| Hex | CE | A2 | B | 0 | 15 | 5F | 13 | 2E | 5A | 2B |
| Octal | 316 | 242 | 13 | 0 | 25 | 137 | 23 | 56 | 132 | 53 |
| Binary | 11001110 | 10100010 | 1011 | 0 | 10101 | 1011111 | 10011 | 101110 | 1011010 | 101011 |
Color Harmonies of #CEA20B
Complementary color
Monochromatic Colors of #CEA20B
Black with #CEA20B
Text Example
Text Example
White with #CEA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA20B; }
p { color: rgb(206,162,11); }
H1.HeaderClassName
{
color: #CEA20B;
}
.AnyTagClassName
{
color: #CEA20B;
}
</style>
background-color css
<style>
a { background-color: #CEA20B; }
a { background-color: rgb(206,162,11); }
div.DivClassName
{
background-color: #CEA20B;
}
.BgClassName
{
background-color: #CEA20B;
}
</style>
border-color css
<style>
span { border-color: #CEA20B; }
span { border-color: rgb(206,162,11); }
td.TdClassName
{
border-color: #CEA20B;
}
.TagClassName
{
border-color: #CEA20B;
}
</style>