Shades of Metallic Gold #CEA130
Tints of Metallic Gold #CEA130
RGB
CMYK
RGB Variations
Color information
#CEA130 (or 0xCEA130) is known color: Metallic Gold. HEX triplet: CE, A1 and 30. RGB value is (206,161,48). Sum of RGB (Red+Green+Blue) = 206+161+48=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA130 is #315ECF. Grayscale: #A2A2A2. Windows color (decimal): -3235536 or 3187150. OLE color: 3187150.
HSL color Cylindrical-coordinate representation of color #CEA130: hue angle of 42.91º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEA130 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 48 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.19 |
| HSL | 42.91º | 0.62% | 0.5% | - |
| HSV(B) | 42.91º | 0.77% | 0.81% | - |
| XYZ | 38.73 | 38.82 | 8.25 | - |
| YUV | 161.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 48 | 0 | 0.22 | 0.77 | 0.19 | 42.91 | 0.62 | 0.5 |
| Hex | CE | A1 | 30 | 0 | 16 | 4D | 13 | 2B | 3E | 32 |
| Octal | 316 | 241 | 60 | 0 | 26 | 115 | 23 | 53 | 76 | 62 |
| Binary | 11001110 | 10100001 | 110000 | 0 | 10110 | 1001101 | 10011 | 101011 | 111110 | 110010 |
Color Harmonies of #CEA130
Complementary color
Monochromatic Colors of #CEA130
Black with #CEA130
Text Example
Text Example
White with #CEA130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA130; }
p { color: rgb(206,161,48); }
H1.HeaderClassName
{
color: #CEA130;
}
.AnyTagClassName
{
color: #CEA130;
}
</style>
background-color css
<style>
a { background-color: #CEA130; }
a { background-color: rgb(206,161,48); }
div.DivClassName
{
background-color: #CEA130;
}
.BgClassName
{
background-color: #CEA130;
}
</style>
border-color css
<style>
span { border-color: #CEA130; }
span { border-color: rgb(206,161,48); }
td.TdClassName
{
border-color: #CEA130;
}
.TagClassName
{
border-color: #CEA130;
}
</style>