Shades of Metallic Gold #CEAE2D
Tints of Metallic Gold #CEAE2D
RGB
CMYK
RGB Variations
Color information
#CEAE2D (or 0xCEAE2D) is known color: Metallic Gold. HEX triplet: CE, AE and 2D. RGB value is (206,174,45). Sum of RGB (Red+Green+Blue) = 206+174+45=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAE2D is #3151D2. Grayscale: #A9A9A9. Windows color (decimal): -3232211 or 2993870. OLE color: 2993870.
HSL color Cylindrical-coordinate representation of color #CEAE2D: hue angle of 48.07º degrees, saturation: 0.64, 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 #CEAE2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.19 |
| HSL | 48.07º | 0.64% | 0.49% | - |
| HSV(B) | 48.07º | 0.78% | 0.81% | - |
| XYZ | 41.06 | 43.58 | 8.73 | - |
| YUV | 168.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 45 | 0 | 0.16 | 0.78 | 0.19 | 48.07 | 0.64 | 0.49 |
| Hex | CE | AE | 2D | 0 | 10 | 4E | 13 | 30 | 40 | 31 |
| Octal | 316 | 256 | 55 | 0 | 20 | 116 | 23 | 60 | 100 | 61 |
| Binary | 11001110 | 10101110 | 101101 | 0 | 10000 | 1001110 | 10011 | 110000 | 1000000 | 110001 |
Color Harmonies of #CEAE2D
Complementary color
Monochromatic Colors of #CEAE2D
Black with #CEAE2D
Text Example
Text Example
White with #CEAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE2D; }
p { color: rgb(206,174,45); }
H1.HeaderClassName
{
color: #CEAE2D;
}
.AnyTagClassName
{
color: #CEAE2D;
}
</style>
background-color css
<style>
a { background-color: #CEAE2D; }
a { background-color: rgb(206,174,45); }
div.DivClassName
{
background-color: #CEAE2D;
}
.BgClassName
{
background-color: #CEAE2D;
}
</style>
border-color css
<style>
span { border-color: #CEAE2D; }
span { border-color: rgb(206,174,45); }
td.TdClassName
{
border-color: #CEAE2D;
}
.TagClassName
{
border-color: #CEAE2D;
}
</style>