Shades of Metallic Gold #CEA32F
Tints of Metallic Gold #CEA32F
RGB
CMYK
RGB Variations
Color information
#CEA32F (or 0xCEA32F) is known color: Metallic Gold. HEX triplet: CE, A3 and 2F. RGB value is (206,163,47). Sum of RGB (Red+Green+Blue) = 206+163+47=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA32F is #315CD0. Grayscale: #A3A3A3. Windows color (decimal): -3235025 or 3122126. OLE color: 3122126.
HSL color Cylindrical-coordinate representation of color #CEA32F: hue angle of 43.77º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEA32F is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 47 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.19 |
| HSL | 43.77º | 0.63% | 0.5% | - |
| HSV(B) | 43.77º | 0.77% | 0.81% | - |
| XYZ | 39.06 | 39.52 | 8.26 | - |
| YUV | 162.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 47 | 0 | 0.21 | 0.77 | 0.19 | 43.77 | 0.63 | 0.5 |
| Hex | CE | A3 | 2F | 0 | 15 | 4D | 13 | 2C | 3F | 32 |
| Octal | 316 | 243 | 57 | 0 | 25 | 115 | 23 | 54 | 77 | 62 |
| Binary | 11001110 | 10100011 | 101111 | 0 | 10101 | 1001101 | 10011 | 101100 | 111111 | 110010 |
Color Harmonies of #CEA32F
Complementary color
Monochromatic Colors of #CEA32F
Black with #CEA32F
Text Example
Text Example
White with #CEA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA32F; }
p { color: rgb(206,163,47); }
H1.HeaderClassName
{
color: #CEA32F;
}
.AnyTagClassName
{
color: #CEA32F;
}
</style>
background-color css
<style>
a { background-color: #CEA32F; }
a { background-color: rgb(206,163,47); }
div.DivClassName
{
background-color: #CEA32F;
}
.BgClassName
{
background-color: #CEA32F;
}
</style>
border-color css
<style>
span { border-color: #CEA32F; }
span { border-color: rgb(206,163,47); }
td.TdClassName
{
border-color: #CEA32F;
}
.TagClassName
{
border-color: #CEA32F;
}
</style>