Shades of Metallic Gold #CEA038
Tints of Metallic Gold #CEA038
RGB
CMYK
RGB Variations
Color information
#CEA038 (or 0xCEA038) is known color: Metallic Gold. HEX triplet: CE, A0 and 38. RGB value is (206,160,56). Sum of RGB (Red+Green+Blue) = 206+160+56=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA038 is #315FC7. Grayscale: #A2A2A2. Windows color (decimal): -3235784 or 3711182. OLE color: 3711182.
HSL color Cylindrical-coordinate representation of color #CEA038: hue angle of 41.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEA038 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 56 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.19 |
| HSL | 41.6º | 0.6% | 0.51% | - |
| HSV(B) | 41.6º | 0.73% | 0.81% | - |
| XYZ | 38.74 | 38.55 | 9.14 | - |
| YUV | 161.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 56 | 0 | 0.22 | 0.73 | 0.19 | 41.6 | 0.6 | 0.51 |
| Hex | CE | A0 | 38 | 0 | 16 | 49 | 13 | 2A | 3C | 33 |
| Octal | 316 | 240 | 70 | 0 | 26 | 111 | 23 | 52 | 74 | 63 |
| Binary | 11001110 | 10100000 | 111000 | 0 | 10110 | 1001001 | 10011 | 101010 | 111100 | 110011 |
Color Harmonies of #CEA038
Complementary color
Monochromatic Colors of #CEA038
Black with #CEA038
Text Example
Text Example
White with #CEA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA038; }
p { color: rgb(206,160,56); }
H1.HeaderClassName
{
color: #CEA038;
}
.AnyTagClassName
{
color: #CEA038;
}
</style>
background-color css
<style>
a { background-color: #CEA038; }
a { background-color: rgb(206,160,56); }
div.DivClassName
{
background-color: #CEA038;
}
.BgClassName
{
background-color: #CEA038;
}
</style>
border-color css
<style>
span { border-color: #CEA038; }
span { border-color: rgb(206,160,56); }
td.TdClassName
{
border-color: #CEA038;
}
.TagClassName
{
border-color: #CEA038;
}
</style>