Shades of Metallic Gold #CEA63B
Tints of Metallic Gold #CEA63B
RGB
CMYK
RGB Variations
Color information
#CEA63B (or 0xCEA63B) is known color: Metallic Gold. HEX triplet: CE, A6 and 3B. RGB value is (206,166,59). Sum of RGB (Red+Green+Blue) = 206+166+59=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA63B is #3159C4. Grayscale: #A6A6A6. Windows color (decimal): -3234245 or 3909326. OLE color: 3909326.
HSL color Cylindrical-coordinate representation of color #CEA63B: hue angle of 43.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEA63B is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 59 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.19 |
| HSL | 43.67º | 0.6% | 0.52% | - |
| HSV(B) | 43.67º | 0.71% | 0.81% | - |
| XYZ | 39.88 | 40.71 | 9.89 | - |
| YUV | 165.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 59 | 0 | 0.19 | 0.71 | 0.19 | 43.67 | 0.6 | 0.52 |
| Hex | CE | A6 | 3B | 0 | 13 | 47 | 13 | 2C | 3C | 34 |
| Octal | 316 | 246 | 73 | 0 | 23 | 107 | 23 | 54 | 74 | 64 |
| Binary | 11001110 | 10100110 | 111011 | 0 | 10011 | 1000111 | 10011 | 101100 | 111100 | 110100 |
Color Harmonies of #CEA63B
Complementary color
Monochromatic Colors of #CEA63B
Black with #CEA63B
Text Example
Text Example
White with #CEA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA63B; }
p { color: rgb(206,166,59); }
H1.HeaderClassName
{
color: #CEA63B;
}
.AnyTagClassName
{
color: #CEA63B;
}
</style>
background-color css
<style>
a { background-color: #CEA63B; }
a { background-color: rgb(206,166,59); }
div.DivClassName
{
background-color: #CEA63B;
}
.BgClassName
{
background-color: #CEA63B;
}
</style>
border-color css
<style>
span { border-color: #CEA63B; }
span { border-color: rgb(206,166,59); }
td.TdClassName
{
border-color: #CEA63B;
}
.TagClassName
{
border-color: #CEA63B;
}
</style>