Shades of Metallic Gold #CEAB30
Tints of Metallic Gold #CEAB30
RGB
CMYK
RGB Variations
Color information
#CEAB30 (or 0xCEAB30) is known color: Metallic Gold. HEX triplet: CE, AB and 30. RGB value is (206,171,48). Sum of RGB (Red+Green+Blue) = 206+171+48=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB30 is #3154CF. Grayscale: #A7A7A7. Windows color (decimal): -3232976 or 3189710. OLE color: 3189710.
HSL color Cylindrical-coordinate representation of color #CEAB30: hue angle of 46.71º 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 #CEAB30 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 48 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.19 |
| HSL | 46.71º | 0.62% | 0.5% | - |
| HSV(B) | 46.71º | 0.77% | 0.81% | - |
| XYZ | 40.55 | 42.46 | 8.85 | - |
| YUV | 167.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 48 | 0 | 0.17 | 0.77 | 0.19 | 46.71 | 0.62 | 0.5 |
| Hex | CE | AB | 30 | 0 | 11 | 4D | 13 | 2F | 3E | 32 |
| Octal | 316 | 253 | 60 | 0 | 21 | 115 | 23 | 57 | 76 | 62 |
| Binary | 11001110 | 10101011 | 110000 | 0 | 10001 | 1001101 | 10011 | 101111 | 111110 | 110010 |
Color Harmonies of #CEAB30
Complementary color
Monochromatic Colors of #CEAB30
Black with #CEAB30
Text Example
Text Example
White with #CEAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB30; }
p { color: rgb(206,171,48); }
H1.HeaderClassName
{
color: #CEAB30;
}
.AnyTagClassName
{
color: #CEAB30;
}
</style>
background-color css
<style>
a { background-color: #CEAB30; }
a { background-color: rgb(206,171,48); }
div.DivClassName
{
background-color: #CEAB30;
}
.BgClassName
{
background-color: #CEAB30;
}
</style>
border-color css
<style>
span { border-color: #CEAB30; }
span { border-color: rgb(206,171,48); }
td.TdClassName
{
border-color: #CEAB30;
}
.TagClassName
{
border-color: #CEAB30;
}
</style>