Shades of Metallic Gold #CEA33D
Tints of Metallic Gold #CEA33D
RGB
CMYK
RGB Variations
Color information
#CEA33D (or 0xCEA33D) is known color: Metallic Gold. HEX triplet: CE, A3 and 3D. RGB value is (206,163,61). Sum of RGB (Red+Green+Blue) = 206+163+61=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA33D is #315CC2. Grayscale: #A4A4A4. Windows color (decimal): -3235011 or 4039630. OLE color: 4039630.
HSL color Cylindrical-coordinate representation of color #CEA33D: hue angle of 42.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEA33D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 61 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.19 |
| HSL | 42.21º | 0.6% | 0.52% | - |
| HSV(B) | 42.21º | 0.7% | 0.81% | - |
| XYZ | 39.39 | 39.65 | 9.99 | - |
| YUV | 164.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 61 | 0 | 0.21 | 0.70 | 0.19 | 42.21 | 0.6 | 0.52 |
| Hex | CE | A3 | 3D | 0 | 15 | 46 | 13 | 2A | 3C | 34 |
| Octal | 316 | 243 | 75 | 0 | 25 | 106 | 23 | 52 | 74 | 64 |
| Binary | 11001110 | 10100011 | 111101 | 0 | 10101 | 1000110 | 10011 | 101010 | 111100 | 110100 |
Color Harmonies of #CEA33D
Complementary color
Monochromatic Colors of #CEA33D
Black with #CEA33D
Text Example
Text Example
White with #CEA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA33D; }
p { color: rgb(206,163,61); }
H1.HeaderClassName
{
color: #CEA33D;
}
.AnyTagClassName
{
color: #CEA33D;
}
</style>
background-color css
<style>
a { background-color: #CEA33D; }
a { background-color: rgb(206,163,61); }
div.DivClassName
{
background-color: #CEA33D;
}
.BgClassName
{
background-color: #CEA33D;
}
</style>
border-color css
<style>
span { border-color: #CEA33D; }
span { border-color: rgb(206,163,61); }
td.TdClassName
{
border-color: #CEA33D;
}
.TagClassName
{
border-color: #CEA33D;
}
</style>