Shades of Metallic Gold #CEA436
Tints of Metallic Gold #CEA436
RGB
CMYK
RGB Variations
Color information
#CEA436 (or 0xCEA436) is known color: Metallic Gold. HEX triplet: CE, A4 and 36. RGB value is (206,164,54). Sum of RGB (Red+Green+Blue) = 206+164+54=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA436 is #315BC9. Grayscale: #A4A4A4. Windows color (decimal): -3234762 or 3581134. OLE color: 3581134.
HSL color Cylindrical-coordinate representation of color #CEA436: hue angle of 43.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEA436 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 54 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.19 |
| HSL | 43.42º | 0.61% | 0.51% | - |
| HSV(B) | 43.42º | 0.74% | 0.81% | - |
| XYZ | 39.39 | 39.94 | 9.12 | - |
| YUV | 164.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 54 | 0 | 0.20 | 0.74 | 0.19 | 43.42 | 0.61 | 0.51 |
| Hex | CE | A4 | 36 | 0 | 14 | 4A | 13 | 2B | 3D | 33 |
| Octal | 316 | 244 | 66 | 0 | 24 | 112 | 23 | 53 | 75 | 63 |
| Binary | 11001110 | 10100100 | 110110 | 0 | 10100 | 1001010 | 10011 | 101011 | 111101 | 110011 |
Color Harmonies of #CEA436
Complementary color
Monochromatic Colors of #CEA436
Black with #CEA436
Text Example
Text Example
White with #CEA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA436; }
p { color: rgb(206,164,54); }
H1.HeaderClassName
{
color: #CEA436;
}
.AnyTagClassName
{
color: #CEA436;
}
</style>
background-color css
<style>
a { background-color: #CEA436; }
a { background-color: rgb(206,164,54); }
div.DivClassName
{
background-color: #CEA436;
}
.BgClassName
{
background-color: #CEA436;
}
</style>
border-color css
<style>
span { border-color: #CEA436; }
span { border-color: rgb(206,164,54); }
td.TdClassName
{
border-color: #CEA436;
}
.TagClassName
{
border-color: #CEA436;
}
</style>