Shades of Metallic Gold #CEA82D
Tints of Metallic Gold #CEA82D
RGB
CMYK
RGB Variations
Color information
#CEA82D (or 0xCEA82D) is known color: Metallic Gold. HEX triplet: CE, A8 and 2D. RGB value is (206,168,45). Sum of RGB (Red+Green+Blue) = 206+168+45=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA82D is #3157D2. Grayscale: #A5A5A5. Windows color (decimal): -3233747 or 2992334. OLE color: 2992334.
HSL color Cylindrical-coordinate representation of color #CEA82D: hue angle of 45.84º 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 #CEA82D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.19 |
| HSL | 45.84º | 0.64% | 0.49% | - |
| HSV(B) | 45.84º | 0.78% | 0.81% | - |
| XYZ | 39.93 | 41.32 | 8.35 | - |
| YUV | 165.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 45 | 0 | 0.18 | 0.78 | 0.19 | 45.84 | 0.64 | 0.49 |
| Hex | CE | A8 | 2D | 0 | 12 | 4E | 13 | 2E | 40 | 31 |
| Octal | 316 | 250 | 55 | 0 | 22 | 116 | 23 | 56 | 100 | 61 |
| Binary | 11001110 | 10101000 | 101101 | 0 | 10010 | 1001110 | 10011 | 101110 | 1000000 | 110001 |
Color Harmonies of #CEA82D
Complementary color
Monochromatic Colors of #CEA82D
Black with #CEA82D
Text Example
Text Example
White with #CEA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA82D; }
p { color: rgb(206,168,45); }
H1.HeaderClassName
{
color: #CEA82D;
}
.AnyTagClassName
{
color: #CEA82D;
}
</style>
background-color css
<style>
a { background-color: #CEA82D; }
a { background-color: rgb(206,168,45); }
div.DivClassName
{
background-color: #CEA82D;
}
.BgClassName
{
background-color: #CEA82D;
}
</style>
border-color css
<style>
span { border-color: #CEA82D; }
span { border-color: rgb(206,168,45); }
td.TdClassName
{
border-color: #CEA82D;
}
.TagClassName
{
border-color: #CEA82D;
}
</style>