Shades of Buddha Gold #CEA709
Tints of Buddha Gold #CEA709
RGB
CMYK
RGB Variations
Color information
#CEA709 (or 0xCEA709) is known color: Buddha Gold. HEX triplet: CE, A7 and 09. RGB value is (206,167,9). Sum of RGB (Red+Green+Blue) = 206+167+9=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA709 is #3158F6. Grayscale: #A1A1A1. Windows color (decimal): -3234039 or 632782. OLE color: 632782.
HSL color Cylindrical-coordinate representation of color #CEA709: hue angle of 48.12º degrees, saturation: 0.92, 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 #CEA709 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.19 |
| HSL | 48.12º | 0.92% | 0.42% | - |
| HSV(B) | 48.12º | 0.96% | 0.81% | - |
| XYZ | 39.32 | 40.78 | 6.06 | - |
| YUV | 160.65 | 42.42 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 9 | 0 | 0.19 | 0.96 | 0.19 | 48.12 | 0.92 | 0.42 |
| Hex | CE | A7 | 9 | 0 | 13 | 60 | 13 | 30 | 5C | 2A |
| Octal | 316 | 247 | 11 | 0 | 23 | 140 | 23 | 60 | 134 | 52 |
| Binary | 11001110 | 10100111 | 1001 | 0 | 10011 | 1100000 | 10011 | 110000 | 1011100 | 101010 |
Color Harmonies of #CEA709
Complementary color
Monochromatic Colors of #CEA709
Black with #CEA709
Text Example
Text Example
White with #CEA709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA709; }
p { color: rgb(206,167,9); }
H1.HeaderClassName
{
color: #CEA709;
}
.AnyTagClassName
{
color: #CEA709;
}
</style>
background-color css
<style>
a { background-color: #CEA709; }
a { background-color: rgb(206,167,9); }
div.DivClassName
{
background-color: #CEA709;
}
.BgClassName
{
background-color: #CEA709;
}
</style>
border-color css
<style>
span { border-color: #CEA709; }
span { border-color: rgb(206,167,9); }
td.TdClassName
{
border-color: #CEA709;
}
.TagClassName
{
border-color: #CEA709;
}
</style>