Shades of Metallic Gold #CEA13C
Tints of Metallic Gold #CEA13C
RGB
CMYK
RGB Variations
Color information
#CEA13C (or 0xCEA13C) is known color: Metallic Gold. HEX triplet: CE, A1 and 3C. RGB value is (206,161,60). Sum of RGB (Red+Green+Blue) = 206+161+60=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA13C is #315EC3. Grayscale: #A3A3A3. Windows color (decimal): -3235524 or 3973582. OLE color: 3973582.
HSL color Cylindrical-coordinate representation of color #CEA13C: hue angle of 41.51º 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 #CEA13C is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 60 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.19 |
| HSL | 41.51º | 0.6% | 0.52% | - |
| HSV(B) | 41.51º | 0.71% | 0.81% | - |
| XYZ | 39.01 | 38.94 | 9.73 | - |
| YUV | 162.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 60 | 0 | 0.22 | 0.71 | 0.19 | 41.51 | 0.6 | 0.52 |
| Hex | CE | A1 | 3C | 0 | 16 | 47 | 13 | 2A | 3C | 34 |
| Octal | 316 | 241 | 74 | 0 | 26 | 107 | 23 | 52 | 74 | 64 |
| Binary | 11001110 | 10100001 | 111100 | 0 | 10110 | 1000111 | 10011 | 101010 | 111100 | 110100 |
Color Harmonies of #CEA13C
Complementary color
Monochromatic Colors of #CEA13C
Black with #CEA13C
Text Example
Text Example
White with #CEA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA13C; }
p { color: rgb(206,161,60); }
H1.HeaderClassName
{
color: #CEA13C;
}
.AnyTagClassName
{
color: #CEA13C;
}
</style>
background-color css
<style>
a { background-color: #CEA13C; }
a { background-color: rgb(206,161,60); }
div.DivClassName
{
background-color: #CEA13C;
}
.BgClassName
{
background-color: #CEA13C;
}
</style>
border-color css
<style>
span { border-color: #CEA13C; }
span { border-color: rgb(206,161,60); }
td.TdClassName
{
border-color: #CEA13C;
}
.TagClassName
{
border-color: #CEA13C;
}
</style>