Shades of Metallic Gold #CEA73F
Tints of Metallic Gold #CEA73F
RGB
CMYK
RGB Variations
Color information
#CEA73F (or 0xCEA73F) is known color: Metallic Gold. HEX triplet: CE, A7 and 3F. RGB value is (206,167,63). Sum of RGB (Red+Green+Blue) = 206+167+63=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA73F is #3158C0. Grayscale: #A7A7A7. Windows color (decimal): -3233985 or 4171726. OLE color: 4171726.
HSL color Cylindrical-coordinate representation of color #CEA73F: hue angle of 43.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEA73F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 63 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.19 |
| HSL | 43.64º | 0.59% | 0.53% | - |
| HSV(B) | 43.64º | 0.69% | 0.81% | - |
| XYZ | 40.17 | 41.12 | 10.52 | - |
| YUV | 166.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 63 | 0 | 0.19 | 0.69 | 0.19 | 43.64 | 0.59 | 0.53 |
| Hex | CE | A7 | 3F | 0 | 13 | 45 | 13 | 2C | 3B | 35 |
| Octal | 316 | 247 | 77 | 0 | 23 | 105 | 23 | 54 | 73 | 65 |
| Binary | 11001110 | 10100111 | 111111 | 0 | 10011 | 1000101 | 10011 | 101100 | 111011 | 110101 |
Color Harmonies of #CEA73F
Complementary color
Monochromatic Colors of #CEA73F
Black with #CEA73F
Text Example
Text Example
White with #CEA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA73F; }
p { color: rgb(206,167,63); }
H1.HeaderClassName
{
color: #CEA73F;
}
.AnyTagClassName
{
color: #CEA73F;
}
</style>
background-color css
<style>
a { background-color: #CEA73F; }
a { background-color: rgb(206,167,63); }
div.DivClassName
{
background-color: #CEA73F;
}
.BgClassName
{
background-color: #CEA73F;
}
</style>
border-color css
<style>
span { border-color: #CEA73F; }
span { border-color: rgb(206,167,63); }
td.TdClassName
{
border-color: #CEA73F;
}
.TagClassName
{
border-color: #CEA73F;
}
</style>