Shades of Metallic Gold #CEAD30
Tints of Metallic Gold #CEAD30
RGB
CMYK
RGB Variations
Color information
#CEAD30 (or 0xCEAD30) is known color: Metallic Gold. HEX triplet: CE, AD and 30. RGB value is (206,173,48). Sum of RGB (Red+Green+Blue) = 206+173+48=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD30 is #3152CF. Grayscale: #A9A9A9. Windows color (decimal): -3232464 or 3190222. OLE color: 3190222.
HSL color Cylindrical-coordinate representation of color #CEAD30: hue angle of 47.47º 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 #CEAD30 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 48 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.19 |
| HSL | 47.47º | 0.62% | 0.5% | - |
| HSV(B) | 47.47º | 0.77% | 0.81% | - |
| XYZ | 40.93 | 43.22 | 8.98 | - |
| YUV | 168.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 48 | 0 | 0.16 | 0.77 | 0.19 | 47.47 | 0.62 | 0.5 |
| Hex | CE | AD | 30 | 0 | 10 | 4D | 13 | 2F | 3E | 32 |
| Octal | 316 | 255 | 60 | 0 | 20 | 115 | 23 | 57 | 76 | 62 |
| Binary | 11001110 | 10101101 | 110000 | 0 | 10000 | 1001101 | 10011 | 101111 | 111110 | 110010 |
Color Harmonies of #CEAD30
Complementary color
Monochromatic Colors of #CEAD30
Black with #CEAD30
Text Example
Text Example
White with #CEAD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD30; }
p { color: rgb(206,173,48); }
H1.HeaderClassName
{
color: #CEAD30;
}
.AnyTagClassName
{
color: #CEAD30;
}
</style>
background-color css
<style>
a { background-color: #CEAD30; }
a { background-color: rgb(206,173,48); }
div.DivClassName
{
background-color: #CEAD30;
}
.BgClassName
{
background-color: #CEAD30;
}
</style>
border-color css
<style>
span { border-color: #CEAD30; }
span { border-color: rgb(206,173,48); }
td.TdClassName
{
border-color: #CEAD30;
}
.TagClassName
{
border-color: #CEAD30;
}
</style>