Shades of Metallic Gold #CDA62E
Tints of Metallic Gold #CDA62E
RGB
CMYK
RGB Variations
Color information
#CDA62E (or 0xCDA62E) is known color: Metallic Gold. HEX triplet: CD, A6 and 2E. RGB value is (205,166,46). Sum of RGB (Red+Green+Blue) = 205+166+46=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA62E is #3259D1. Grayscale: #A4A4A4. Windows color (decimal): -3299794 or 3057357. OLE color: 3057357.
HSL color Cylindrical-coordinate representation of color #CDA62E: hue angle of 45.28º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA62E is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 46 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.20 |
| HSL | 45.28º | 0.63% | 0.49% | - |
| HSV(B) | 45.28º | 0.78% | 0.8% | - |
| XYZ | 39.31 | 40.45 | 8.32 | - |
| YUV | 163.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 46 | 0 | 0.19 | 0.78 | 0.20 | 45.28 | 0.63 | 0.49 |
| Hex | CD | A6 | 2E | 0 | 13 | 4E | 14 | 2D | 3F | 31 |
| Octal | 315 | 246 | 56 | 0 | 23 | 116 | 24 | 55 | 77 | 61 |
| Binary | 11001101 | 10100110 | 101110 | 0 | 10011 | 1001110 | 10100 | 101101 | 111111 | 110001 |
Color Harmonies of #CDA62E
Complementary color
Monochromatic Colors of #CDA62E
Black with #CDA62E
Text Example
Text Example
White with #CDA62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA62E; }
p { color: rgb(205,166,46); }
H1.HeaderClassName
{
color: #CDA62E;
}
.AnyTagClassName
{
color: #CDA62E;
}
</style>
background-color css
<style>
a { background-color: #CDA62E; }
a { background-color: rgb(205,166,46); }
div.DivClassName
{
background-color: #CDA62E;
}
.BgClassName
{
background-color: #CDA62E;
}
</style>
border-color css
<style>
span { border-color: #CDA62E; }
span { border-color: rgb(205,166,46); }
td.TdClassName
{
border-color: #CDA62E;
}
.TagClassName
{
border-color: #CDA62E;
}
</style>