Shades of Metallic Gold #CEB22E
Tints of Metallic Gold #CEB22E
RGB
CMYK
RGB Variations
Color information
#CEB22E (or 0xCEB22E) is known color: Metallic Gold. HEX triplet: CE, B2 and 2E. RGB value is (206,178,46). Sum of RGB (Red+Green+Blue) = 206+178+46=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB22E is #314DD1. Grayscale: #ABABAB. Windows color (decimal): -3231186 or 3060430. OLE color: 3060430.
HSL color Cylindrical-coordinate representation of color #CEB22E: hue angle of 49.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEB22E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 46 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.19 |
| HSL | 49.5º | 0.63% | 0.49% | - |
| HSV(B) | 49.5º | 0.78% | 0.81% | - |
| XYZ | 41.87 | 45.16 | 9.09 | - |
| YUV | 171.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 46 | 0 | 0.14 | 0.78 | 0.19 | 49.5 | 0.63 | 0.49 |
| Hex | CE | B2 | 2E | 0 | E | 4E | 13 | 32 | 3F | 31 |
| Octal | 316 | 262 | 56 | 0 | 16 | 116 | 23 | 62 | 77 | 61 |
| Binary | 11001110 | 10110010 | 101110 | 0 | 1110 | 1001110 | 10011 | 110010 | 111111 | 110001 |
Color Harmonies of #CEB22E
Complementary color
Monochromatic Colors of #CEB22E
Black with #CEB22E
Text Example
Text Example
White with #CEB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB22E; }
p { color: rgb(206,178,46); }
H1.HeaderClassName
{
color: #CEB22E;
}
.AnyTagClassName
{
color: #CEB22E;
}
</style>
background-color css
<style>
a { background-color: #CEB22E; }
a { background-color: rgb(206,178,46); }
div.DivClassName
{
background-color: #CEB22E;
}
.BgClassName
{
background-color: #CEB22E;
}
</style>
border-color css
<style>
span { border-color: #CEB22E; }
span { border-color: rgb(206,178,46); }
td.TdClassName
{
border-color: #CEB22E;
}
.TagClassName
{
border-color: #CEB22E;
}
</style>