Shades of Metallic Gold #CEB12D
Tints of Metallic Gold #CEB12D
RGB
CMYK
RGB Variations
Color information
#CEB12D (or 0xCEB12D) is known color: Metallic Gold. HEX triplet: CE, B1 and 2D. RGB value is (206,177,45). Sum of RGB (Red+Green+Blue) = 206+177+45=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB12D is #314ED2. Grayscale: #ABABAB. Windows color (decimal): -3231443 or 2994638. OLE color: 2994638.
HSL color Cylindrical-coordinate representation of color #CEB12D: hue angle of 49.19º 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 #CEB12D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 45 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.19 |
| HSL | 49.19º | 0.64% | 0.49% | - |
| HSV(B) | 49.19º | 0.78% | 0.81% | - |
| XYZ | 41.65 | 44.76 | 8.93 | - |
| YUV | 170.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 45 | 0 | 0.14 | 0.78 | 0.19 | 49.19 | 0.64 | 0.49 |
| Hex | CE | B1 | 2D | 0 | E | 4E | 13 | 31 | 40 | 31 |
| Octal | 316 | 261 | 55 | 0 | 16 | 116 | 23 | 61 | 100 | 61 |
| Binary | 11001110 | 10110001 | 101101 | 0 | 1110 | 1001110 | 10011 | 110001 | 1000000 | 110001 |
Color Harmonies of #CEB12D
Complementary color
Monochromatic Colors of #CEB12D
Black with #CEB12D
Text Example
Text Example
White with #CEB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB12D; }
p { color: rgb(206,177,45); }
H1.HeaderClassName
{
color: #CEB12D;
}
.AnyTagClassName
{
color: #CEB12D;
}
</style>
background-color css
<style>
a { background-color: #CEB12D; }
a { background-color: rgb(206,177,45); }
div.DivClassName
{
background-color: #CEB12D;
}
.BgClassName
{
background-color: #CEB12D;
}
</style>
border-color css
<style>
span { border-color: #CEB12D; }
span { border-color: rgb(206,177,45); }
td.TdClassName
{
border-color: #CEB12D;
}
.TagClassName
{
border-color: #CEB12D;
}
</style>