Shades of Metallic Gold #CEAD37
Tints of Metallic Gold #CEAD37
RGB
CMYK
RGB Variations
Color information
#CEAD37 (or 0xCEAD37) is known color: Metallic Gold. HEX triplet: CE, AD and 37. RGB value is (206,173,55). Sum of RGB (Red+Green+Blue) = 206+173+55=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD37 is #3152C8. Grayscale: #A9A9A9. Windows color (decimal): -3232457 or 3648974. OLE color: 3648974.
HSL color Cylindrical-coordinate representation of color #CEAD37: hue angle of 46.89º degrees, saturation: 0.61, 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 #CEAD37 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 55 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.19 |
| HSL | 46.89º | 0.61% | 0.51% | - |
| HSV(B) | 46.89º | 0.73% | 0.81% | - |
| XYZ | 41.09 | 43.28 | 9.8 | - |
| YUV | 169.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 55 | 0 | 0.16 | 0.73 | 0.19 | 46.89 | 0.61 | 0.51 |
| Hex | CE | AD | 37 | 0 | 10 | 49 | 13 | 2F | 3D | 33 |
| Octal | 316 | 255 | 67 | 0 | 20 | 111 | 23 | 57 | 75 | 63 |
| Binary | 11001110 | 10101101 | 110111 | 0 | 10000 | 1001001 | 10011 | 101111 | 111101 | 110011 |
Color Harmonies of #CEAD37
Complementary color
Monochromatic Colors of #CEAD37
Black with #CEAD37
Text Example
Text Example
White with #CEAD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD37; }
p { color: rgb(206,173,55); }
H1.HeaderClassName
{
color: #CEAD37;
}
.AnyTagClassName
{
color: #CEAD37;
}
</style>
background-color css
<style>
a { background-color: #CEAD37; }
a { background-color: rgb(206,173,55); }
div.DivClassName
{
background-color: #CEAD37;
}
.BgClassName
{
background-color: #CEAD37;
}
</style>
border-color css
<style>
span { border-color: #CEAD37; }
span { border-color: rgb(206,173,55); }
td.TdClassName
{
border-color: #CEAD37;
}
.TagClassName
{
border-color: #CEAD37;
}
</style>