Shades of Metallic Gold #CEB22D
Tints of Metallic Gold #CEB22D
RGB
CMYK
RGB Variations
Color information
#CEB22D (or 0xCEB22D) is known color: Metallic Gold. HEX triplet: CE, B2 and 2D. RGB value is (206,178,45). Sum of RGB (Red+Green+Blue) = 206+178+45=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB22D is #314DD2. Grayscale: #ABABAB. Windows color (decimal): -3231187 or 2994894. OLE color: 2994894.
HSL color Cylindrical-coordinate representation of color #CEB22D: hue angle of 49.57º degrees, saturation: 0.64, 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 #CEB22D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 45 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.19 |
| HSL | 49.57º | 0.64% | 0.49% | - |
| HSV(B) | 49.57º | 0.78% | 0.81% | - |
| XYZ | 41.85 | 45.15 | 8.99 | - |
| YUV | 171.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 45 | 0 | 0.14 | 0.78 | 0.19 | 49.57 | 0.64 | 0.49 |
| Hex | CE | B2 | 2D | 0 | E | 4E | 13 | 32 | 40 | 31 |
| Octal | 316 | 262 | 55 | 0 | 16 | 116 | 23 | 62 | 100 | 61 |
| Binary | 11001110 | 10110010 | 101101 | 0 | 1110 | 1001110 | 10011 | 110010 | 1000000 | 110001 |
Color Harmonies of #CEB22D
Complementary color
Monochromatic Colors of #CEB22D
Black with #CEB22D
Text Example
Text Example
White with #CEB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB22D; }
p { color: rgb(206,178,45); }
H1.HeaderClassName
{
color: #CEB22D;
}
.AnyTagClassName
{
color: #CEB22D;
}
</style>
background-color css
<style>
a { background-color: #CEB22D; }
a { background-color: rgb(206,178,45); }
div.DivClassName
{
background-color: #CEB22D;
}
.BgClassName
{
background-color: #CEB22D;
}
</style>
border-color css
<style>
span { border-color: #CEB22D; }
span { border-color: rgb(206,178,45); }
td.TdClassName
{
border-color: #CEB22D;
}
.TagClassName
{
border-color: #CEB22D;
}
</style>