Shades of Metallic Gold #CEAC3E
Tints of Metallic Gold #CEAC3E
RGB
CMYK
RGB Variations
Color information
#CEAC3E (or 0xCEAC3E) is known color: Metallic Gold. HEX triplet: CE, AC and 3E. RGB value is (206,172,62). Sum of RGB (Red+Green+Blue) = 206+172+62=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC3E is #3153C1. Grayscale: #AAAAAA. Windows color (decimal): -3232706 or 4107470. OLE color: 4107470.
HSL color Cylindrical-coordinate representation of color #CEAC3E: hue angle of 45.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEAC3E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 62 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.19 |
| HSL | 45.83º | 0.6% | 0.53% | - |
| HSV(B) | 45.83º | 0.7% | 0.81% | - |
| XYZ | 41.08 | 42.97 | 10.69 | - |
| YUV | 169.63 | 67.26 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 62 | 0 | 0.17 | 0.70 | 0.19 | 45.83 | 0.6 | 0.53 |
| Hex | CE | AC | 3E | 0 | 11 | 46 | 13 | 2E | 3C | 35 |
| Octal | 316 | 254 | 76 | 0 | 21 | 106 | 23 | 56 | 74 | 65 |
| Binary | 11001110 | 10101100 | 111110 | 0 | 10001 | 1000110 | 10011 | 101110 | 111100 | 110101 |
Color Harmonies of #CEAC3E
Complementary color
Monochromatic Colors of #CEAC3E
Black with #CEAC3E
Text Example
Text Example
White with #CEAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC3E; }
p { color: rgb(206,172,62); }
H1.HeaderClassName
{
color: #CEAC3E;
}
.AnyTagClassName
{
color: #CEAC3E;
}
</style>
background-color css
<style>
a { background-color: #CEAC3E; }
a { background-color: rgb(206,172,62); }
div.DivClassName
{
background-color: #CEAC3E;
}
.BgClassName
{
background-color: #CEAC3E;
}
</style>
border-color css
<style>
span { border-color: #CEAC3E; }
span { border-color: rgb(206,172,62); }
td.TdClassName
{
border-color: #CEAC3E;
}
.TagClassName
{
border-color: #CEAC3E;
}
</style>