Shades of Metallic Gold #CEA23C
Tints of Metallic Gold #CEA23C
RGB
CMYK
RGB Variations
Color information
#CEA23C (or 0xCEA23C) is known color: Metallic Gold. HEX triplet: CE, A2 and 3C. RGB value is (206,162,60). Sum of RGB (Red+Green+Blue) = 206+162+60=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA23C is #315DC3. Grayscale: #A3A3A3. Windows color (decimal): -3235268 or 3973838. OLE color: 3973838.
HSL color Cylindrical-coordinate representation of color #CEA23C: hue angle of 41.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEA23C is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 60 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.19 |
| HSL | 41.92º | 0.6% | 0.52% | - |
| HSV(B) | 41.92º | 0.71% | 0.81% | - |
| XYZ | 39.19 | 39.29 | 9.79 | - |
| YUV | 163.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 60 | 0 | 0.21 | 0.71 | 0.19 | 41.92 | 0.6 | 0.52 |
| Hex | CE | A2 | 3C | 0 | 15 | 47 | 13 | 2A | 3C | 34 |
| Octal | 316 | 242 | 74 | 0 | 25 | 107 | 23 | 52 | 74 | 64 |
| Binary | 11001110 | 10100010 | 111100 | 0 | 10101 | 1000111 | 10011 | 101010 | 111100 | 110100 |
Color Harmonies of #CEA23C
Complementary color
Monochromatic Colors of #CEA23C
Black with #CEA23C
Text Example
Text Example
White with #CEA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA23C; }
p { color: rgb(206,162,60); }
H1.HeaderClassName
{
color: #CEA23C;
}
.AnyTagClassName
{
color: #CEA23C;
}
</style>
background-color css
<style>
a { background-color: #CEA23C; }
a { background-color: rgb(206,162,60); }
div.DivClassName
{
background-color: #CEA23C;
}
.BgClassName
{
background-color: #CEA23C;
}
</style>
border-color css
<style>
span { border-color: #CEA23C; }
span { border-color: rgb(206,162,60); }
td.TdClassName
{
border-color: #CEA23C;
}
.TagClassName
{
border-color: #CEA23C;
}
</style>