Shades of Metallic Gold #CEA82F
Tints of Metallic Gold #CEA82F
RGB
CMYK
RGB Variations
Color information
#CEA82F (or 0xCEA82F) is known color: Metallic Gold. HEX triplet: CE, A8 and 2F. RGB value is (206,168,47). Sum of RGB (Red+Green+Blue) = 206+168+47=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA82F is #3157D0. Grayscale: #A6A6A6. Windows color (decimal): -3233745 or 3123406. OLE color: 3123406.
HSL color Cylindrical-coordinate representation of color #CEA82F: hue angle of 45.66º 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 #CEA82F is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 47 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.19 |
| HSL | 45.66º | 0.63% | 0.5% | - |
| HSV(B) | 45.66º | 0.77% | 0.81% | - |
| XYZ | 39.97 | 41.33 | 8.56 | - |
| YUV | 165.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 47 | 0 | 0.18 | 0.77 | 0.19 | 45.66 | 0.63 | 0.5 |
| Hex | CE | A8 | 2F | 0 | 12 | 4D | 13 | 2E | 3F | 32 |
| Octal | 316 | 250 | 57 | 0 | 22 | 115 | 23 | 56 | 77 | 62 |
| Binary | 11001110 | 10101000 | 101111 | 0 | 10010 | 1001101 | 10011 | 101110 | 111111 | 110010 |
Color Harmonies of #CEA82F
Complementary color
Monochromatic Colors of #CEA82F
Black with #CEA82F
Text Example
Text Example
White with #CEA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA82F; }
p { color: rgb(206,168,47); }
H1.HeaderClassName
{
color: #CEA82F;
}
.AnyTagClassName
{
color: #CEA82F;
}
</style>
background-color css
<style>
a { background-color: #CEA82F; }
a { background-color: rgb(206,168,47); }
div.DivClassName
{
background-color: #CEA82F;
}
.BgClassName
{
background-color: #CEA82F;
}
</style>
border-color css
<style>
span { border-color: #CEA82F; }
span { border-color: rgb(206,168,47); }
td.TdClassName
{
border-color: #CEA82F;
}
.TagClassName
{
border-color: #CEA82F;
}
</style>