Shades of Metallic Gold #CEAD31
Tints of Metallic Gold #CEAD31
RGB
CMYK
RGB Variations
Color information
#CEAD31 (or 0xCEAD31) is known color: Metallic Gold. HEX triplet: CE, AD and 31. RGB value is (206,173,49). Sum of RGB (Red+Green+Blue) = 206+173+49=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD31 is #3152CE. Grayscale: #A9A9A9. Windows color (decimal): -3232463 or 3255758. OLE color: 3255758.
HSL color Cylindrical-coordinate representation of color #CEAD31: hue angle of 47.39º degrees, saturation: 0.62, 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 #CEAD31 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 49 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.19 |
| HSL | 47.39º | 0.62% | 0.5% | - |
| HSV(B) | 47.39º | 0.76% | 0.81% | - |
| XYZ | 40.95 | 43.23 | 9.09 | - |
| YUV | 168.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 49 | 0 | 0.16 | 0.76 | 0.19 | 47.39 | 0.62 | 0.5 |
| Hex | CE | AD | 31 | 0 | 10 | 4C | 13 | 2F | 3E | 32 |
| Octal | 316 | 255 | 61 | 0 | 20 | 114 | 23 | 57 | 76 | 62 |
| Binary | 11001110 | 10101101 | 110001 | 0 | 10000 | 1001100 | 10011 | 101111 | 111110 | 110010 |
Color Harmonies of #CEAD31
Complementary color
Monochromatic Colors of #CEAD31
Black with #CEAD31
Text Example
Text Example
White with #CEAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD31; }
p { color: rgb(206,173,49); }
H1.HeaderClassName
{
color: #CEAD31;
}
.AnyTagClassName
{
color: #CEAD31;
}
</style>
background-color css
<style>
a { background-color: #CEAD31; }
a { background-color: rgb(206,173,49); }
div.DivClassName
{
background-color: #CEAD31;
}
.BgClassName
{
background-color: #CEAD31;
}
</style>
border-color css
<style>
span { border-color: #CEAD31; }
span { border-color: rgb(206,173,49); }
td.TdClassName
{
border-color: #CEAD31;
}
.TagClassName
{
border-color: #CEAD31;
}
</style>