Shades of Metallic Gold #CEA73C
Tints of Metallic Gold #CEA73C
RGB
CMYK
RGB Variations
Color information
#CEA73C (or 0xCEA73C) is known color: Metallic Gold. HEX triplet: CE, A7 and 3C. RGB value is (206,167,60). Sum of RGB (Red+Green+Blue) = 206+167+60=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA73C is #3158C3. Grayscale: #A6A6A6. Windows color (decimal): -3233988 or 3975118. OLE color: 3975118.
HSL color Cylindrical-coordinate representation of color #CEA73C: hue angle of 43.97º 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 #CEA73C is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 60 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.19 |
| HSL | 43.97º | 0.6% | 0.52% | - |
| HSV(B) | 43.97º | 0.71% | 0.81% | - |
| XYZ | 40.09 | 41.09 | 10.09 | - |
| YUV | 166.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 60 | 0 | 0.19 | 0.71 | 0.19 | 43.97 | 0.6 | 0.52 |
| Hex | CE | A7 | 3C | 0 | 13 | 47 | 13 | 2C | 3C | 34 |
| Octal | 316 | 247 | 74 | 0 | 23 | 107 | 23 | 54 | 74 | 64 |
| Binary | 11001110 | 10100111 | 111100 | 0 | 10011 | 1000111 | 10011 | 101100 | 111100 | 110100 |
Color Harmonies of #CEA73C
Complementary color
Monochromatic Colors of #CEA73C
Black with #CEA73C
Text Example
Text Example
White with #CEA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA73C; }
p { color: rgb(206,167,60); }
H1.HeaderClassName
{
color: #CEA73C;
}
.AnyTagClassName
{
color: #CEA73C;
}
</style>
background-color css
<style>
a { background-color: #CEA73C; }
a { background-color: rgb(206,167,60); }
div.DivClassName
{
background-color: #CEA73C;
}
.BgClassName
{
background-color: #CEA73C;
}
</style>
border-color css
<style>
span { border-color: #CEA73C; }
span { border-color: rgb(206,167,60); }
td.TdClassName
{
border-color: #CEA73C;
}
.TagClassName
{
border-color: #CEA73C;
}
</style>