Shades of Buddha Gold #CEA808
Tints of Buddha Gold #CEA808
RGB
CMYK
RGB Variations
Color information
#CEA808 (or 0xCEA808) is known color: Buddha Gold. HEX triplet: CE, A8 and 08. RGB value is (206,168,8). Sum of RGB (Red+Green+Blue) = 206+168+8=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA808 is #3157F7. Grayscale: #A1A1A1. Windows color (decimal): -3233784 or 567502. OLE color: 567502.
HSL color Cylindrical-coordinate representation of color #CEA808: hue angle of 48.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEA808 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.19 |
| HSL | 48.48º | 0.93% | 0.42% | - |
| HSV(B) | 48.48º | 0.96% | 0.81% | - |
| XYZ | 39.5 | 41.14 | 6.09 | - |
| YUV | 161.12 | 41.59 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 8 | 0 | 0.18 | 0.96 | 0.19 | 48.48 | 0.93 | 0.42 |
| Hex | CE | A8 | 8 | 0 | 12 | 60 | 13 | 30 | 5D | 2A |
| Octal | 316 | 250 | 10 | 0 | 22 | 140 | 23 | 60 | 135 | 52 |
| Binary | 11001110 | 10101000 | 1000 | 0 | 10010 | 1100000 | 10011 | 110000 | 1011101 | 101010 |
Color Harmonies of #CEA808
Complementary color
Monochromatic Colors of #CEA808
Black with #CEA808
Text Example
Text Example
White with #CEA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA808; }
p { color: rgb(206,168,8); }
H1.HeaderClassName
{
color: #CEA808;
}
.AnyTagClassName
{
color: #CEA808;
}
</style>
background-color css
<style>
a { background-color: #CEA808; }
a { background-color: rgb(206,168,8); }
div.DivClassName
{
background-color: #CEA808;
}
.BgClassName
{
background-color: #CEA808;
}
</style>
border-color css
<style>
span { border-color: #CEA808; }
span { border-color: rgb(206,168,8); }
td.TdClassName
{
border-color: #CEA808;
}
.TagClassName
{
border-color: #CEA808;
}
</style>