Shades of Metallic Gold #CEA93B
Tints of Metallic Gold #CEA93B
RGB
CMYK
RGB Variations
Color information
#CEA93B (or 0xCEA93B) is known color: Metallic Gold. HEX triplet: CE, A9 and 3B. RGB value is (206,169,59). Sum of RGB (Red+Green+Blue) = 206+169+59=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA93B is #3156C4. Grayscale: #A8A8A8. Windows color (decimal): -3233477 or 3910094. OLE color: 3910094.
HSL color Cylindrical-coordinate representation of color #CEA93B: hue angle of 44.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEA93B is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 59 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.19 |
| HSL | 44.9º | 0.6% | 0.52% | - |
| HSV(B) | 44.9º | 0.71% | 0.81% | - |
| XYZ | 40.43 | 41.81 | 10.08 | - |
| YUV | 167.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 59 | 0 | 0.18 | 0.71 | 0.19 | 44.9 | 0.6 | 0.52 |
| Hex | CE | A9 | 3B | 0 | 12 | 47 | 13 | 2D | 3C | 34 |
| Octal | 316 | 251 | 73 | 0 | 22 | 107 | 23 | 55 | 74 | 64 |
| Binary | 11001110 | 10101001 | 111011 | 0 | 10010 | 1000111 | 10011 | 101101 | 111100 | 110100 |
Color Harmonies of #CEA93B
Complementary color
Monochromatic Colors of #CEA93B
Black with #CEA93B
Text Example
Text Example
White with #CEA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA93B; }
p { color: rgb(206,169,59); }
H1.HeaderClassName
{
color: #CEA93B;
}
.AnyTagClassName
{
color: #CEA93B;
}
</style>
background-color css
<style>
a { background-color: #CEA93B; }
a { background-color: rgb(206,169,59); }
div.DivClassName
{
background-color: #CEA93B;
}
.BgClassName
{
background-color: #CEA93B;
}
</style>
border-color css
<style>
span { border-color: #CEA93B; }
span { border-color: rgb(206,169,59); }
td.TdClassName
{
border-color: #CEA93B;
}
.TagClassName
{
border-color: #CEA93B;
}
</style>