Shades of Metallic Gold #CEA133
Tints of Metallic Gold #CEA133
RGB
CMYK
RGB Variations
Color information
#CEA133 (or 0xCEA133) is known color: Metallic Gold. HEX triplet: CE, A1 and 33. RGB value is (206,161,51). Sum of RGB (Red+Green+Blue) = 206+161+51=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA133 is #315ECC. Grayscale: #A2A2A2. Windows color (decimal): -3235533 or 3383758. OLE color: 3383758.
HSL color Cylindrical-coordinate representation of color #CEA133: hue angle of 42.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEA133 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 51 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.19 |
| HSL | 42.58º | 0.61% | 0.5% | - |
| HSV(B) | 42.58º | 0.75% | 0.81% | - |
| XYZ | 38.8 | 38.85 | 8.59 | - |
| YUV | 161.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 51 | 0 | 0.22 | 0.75 | 0.19 | 42.58 | 0.61 | 0.5 |
| Hex | CE | A1 | 33 | 0 | 16 | 4B | 13 | 2B | 3D | 32 |
| Octal | 316 | 241 | 63 | 0 | 26 | 113 | 23 | 53 | 75 | 62 |
| Binary | 11001110 | 10100001 | 110011 | 0 | 10110 | 1001011 | 10011 | 101011 | 111101 | 110010 |
Color Harmonies of #CEA133
Complementary color
Monochromatic Colors of #CEA133
Black with #CEA133
Text Example
Text Example
White with #CEA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA133; }
p { color: rgb(206,161,51); }
H1.HeaderClassName
{
color: #CEA133;
}
.AnyTagClassName
{
color: #CEA133;
}
</style>
background-color css
<style>
a { background-color: #CEA133; }
a { background-color: rgb(206,161,51); }
div.DivClassName
{
background-color: #CEA133;
}
.BgClassName
{
background-color: #CEA133;
}
</style>
border-color css
<style>
span { border-color: #CEA133; }
span { border-color: rgb(206,161,51); }
td.TdClassName
{
border-color: #CEA133;
}
.TagClassName
{
border-color: #CEA133;
}
</style>