Shades of Metallic Gold #CEAC2E
Tints of Metallic Gold #CEAC2E
RGB
CMYK
RGB Variations
Color information
#CEAC2E (or 0xCEAC2E) is known color: Metallic Gold. HEX triplet: CE, AC and 2E. RGB value is (206,172,46). Sum of RGB (Red+Green+Blue) = 206+172+46=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC2E is #3153D1. Grayscale: #A8A8A8. Windows color (decimal): -3232722 or 3058894. OLE color: 3058894.
HSL color Cylindrical-coordinate representation of color #CEAC2E: hue angle of 47.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEAC2E is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 46 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.19 |
| HSL | 47.25º | 0.63% | 0.49% | - |
| HSV(B) | 47.25º | 0.78% | 0.81% | - |
| XYZ | 40.7 | 42.82 | 8.71 | - |
| YUV | 167.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 46 | 0 | 0.17 | 0.78 | 0.19 | 47.25 | 0.63 | 0.49 |
| Hex | CE | AC | 2E | 0 | 11 | 4E | 13 | 2F | 3F | 31 |
| Octal | 316 | 254 | 56 | 0 | 21 | 116 | 23 | 57 | 77 | 61 |
| Binary | 11001110 | 10101100 | 101110 | 0 | 10001 | 1001110 | 10011 | 101111 | 111111 | 110001 |
Color Harmonies of #CEAC2E
Complementary color
Monochromatic Colors of #CEAC2E
Black with #CEAC2E
Text Example
Text Example
White with #CEAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC2E; }
p { color: rgb(206,172,46); }
H1.HeaderClassName
{
color: #CEAC2E;
}
.AnyTagClassName
{
color: #CEAC2E;
}
</style>
background-color css
<style>
a { background-color: #CEAC2E; }
a { background-color: rgb(206,172,46); }
div.DivClassName
{
background-color: #CEAC2E;
}
.BgClassName
{
background-color: #CEAC2E;
}
</style>
border-color css
<style>
span { border-color: #CEAC2E; }
span { border-color: rgb(206,172,46); }
td.TdClassName
{
border-color: #CEAC2E;
}
.TagClassName
{
border-color: #CEAC2E;
}
</style>