Shades of Metallic Gold #CEAC3A
Tints of Metallic Gold #CEAC3A
RGB
CMYK
RGB Variations
Color information
#CEAC3A (or 0xCEAC3A) is known color: Metallic Gold. HEX triplet: CE, AC and 3A. RGB value is (206,172,58). Sum of RGB (Red+Green+Blue) = 206+172+58=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC3A is #3153C5. Grayscale: #A9A9A9. Windows color (decimal): -3232710 or 3845326. OLE color: 3845326.
HSL color Cylindrical-coordinate representation of color #CEAC3A: hue angle of 46.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEAC3A is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 58 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.19 |
| HSL | 46.22º | 0.6% | 0.52% | - |
| HSV(B) | 46.22º | 0.72% | 0.81% | - |
| XYZ | 40.97 | 42.93 | 10.13 | - |
| YUV | 169.17 | 65.26 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 58 | 0 | 0.17 | 0.72 | 0.19 | 46.22 | 0.6 | 0.52 |
| Hex | CE | AC | 3A | 0 | 11 | 48 | 13 | 2E | 3C | 34 |
| Octal | 316 | 254 | 72 | 0 | 21 | 110 | 23 | 56 | 74 | 64 |
| Binary | 11001110 | 10101100 | 111010 | 0 | 10001 | 1001000 | 10011 | 101110 | 111100 | 110100 |
Color Harmonies of #CEAC3A
Complementary color
Monochromatic Colors of #CEAC3A
Black with #CEAC3A
Text Example
Text Example
White with #CEAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC3A; }
p { color: rgb(206,172,58); }
H1.HeaderClassName
{
color: #CEAC3A;
}
.AnyTagClassName
{
color: #CEAC3A;
}
</style>
background-color css
<style>
a { background-color: #CEAC3A; }
a { background-color: rgb(206,172,58); }
div.DivClassName
{
background-color: #CEAC3A;
}
.BgClassName
{
background-color: #CEAC3A;
}
</style>
border-color css
<style>
span { border-color: #CEAC3A; }
span { border-color: rgb(206,172,58); }
td.TdClassName
{
border-color: #CEAC3A;
}
.TagClassName
{
border-color: #CEAC3A;
}
</style>