Shades of Metallic Gold #CEAD32
Tints of Metallic Gold #CEAD32
RGB
CMYK
RGB Variations
Color information
#CEAD32 (or 0xCEAD32) is known color: Metallic Gold. HEX triplet: CE, AD and 32. RGB value is (206,173,50). Sum of RGB (Red+Green+Blue) = 206+173+50=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD32 is #3152CD. Grayscale: #A9A9A9. Windows color (decimal): -3232462 or 3321294. OLE color: 3321294.
HSL color Cylindrical-coordinate representation of color #CEAD32: hue angle of 47.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEAD32 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 50 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.19 |
| HSL | 47.31º | 0.61% | 0.5% | - |
| HSV(B) | 47.31º | 0.76% | 0.81% | - |
| XYZ | 40.97 | 43.24 | 9.2 | - |
| YUV | 168.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 50 | 0 | 0.16 | 0.76 | 0.19 | 47.31 | 0.61 | 0.5 |
| Hex | CE | AD | 32 | 0 | 10 | 4C | 13 | 2F | 3D | 32 |
| Octal | 316 | 255 | 62 | 0 | 20 | 114 | 23 | 57 | 75 | 62 |
| Binary | 11001110 | 10101101 | 110010 | 0 | 10000 | 1001100 | 10011 | 101111 | 111101 | 110010 |
Color Harmonies of #CEAD32
Complementary color
Monochromatic Colors of #CEAD32
Black with #CEAD32
Text Example
Text Example
White with #CEAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD32; }
p { color: rgb(206,173,50); }
H1.HeaderClassName
{
color: #CEAD32;
}
.AnyTagClassName
{
color: #CEAD32;
}
</style>
background-color css
<style>
a { background-color: #CEAD32; }
a { background-color: rgb(206,173,50); }
div.DivClassName
{
background-color: #CEAD32;
}
.BgClassName
{
background-color: #CEAD32;
}
</style>
border-color css
<style>
span { border-color: #CEAD32; }
span { border-color: rgb(206,173,50); }
td.TdClassName
{
border-color: #CEAD32;
}
.TagClassName
{
border-color: #CEAD32;
}
</style>