Shades of Metallic Gold #CDA82E
Tints of Metallic Gold #CDA82E
RGB
CMYK
RGB Variations
Color information
#CDA82E (or 0xCDA82E) is known color: Metallic Gold. HEX triplet: CD, A8 and 2E. RGB value is (205,168,46). Sum of RGB (Red+Green+Blue) = 205+168+46=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA82E is #3257D1. Grayscale: #A5A5A5. Windows color (decimal): -3299282 or 3057869. OLE color: 3057869.
HSL color Cylindrical-coordinate representation of color #CDA82E: hue angle of 46.04º 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 #CDA82E is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 46 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.20 |
| HSL | 46.04º | 0.63% | 0.49% | - |
| HSV(B) | 46.04º | 0.78% | 0.8% | - |
| XYZ | 39.67 | 41.18 | 8.44 | - |
| YUV | 165.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 46 | 0 | 0.18 | 0.78 | 0.20 | 46.04 | 0.63 | 0.49 |
| Hex | CD | A8 | 2E | 0 | 12 | 4E | 14 | 2E | 3F | 31 |
| Octal | 315 | 250 | 56 | 0 | 22 | 116 | 24 | 56 | 77 | 61 |
| Binary | 11001101 | 10101000 | 101110 | 0 | 10010 | 1001110 | 10100 | 101110 | 111111 | 110001 |
Color Harmonies of #CDA82E
Complementary color
Monochromatic Colors of #CDA82E
Black with #CDA82E
Text Example
Text Example
White with #CDA82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA82E; }
p { color: rgb(205,168,46); }
H1.HeaderClassName
{
color: #CDA82E;
}
.AnyTagClassName
{
color: #CDA82E;
}
</style>
background-color css
<style>
a { background-color: #CDA82E; }
a { background-color: rgb(205,168,46); }
div.DivClassName
{
background-color: #CDA82E;
}
.BgClassName
{
background-color: #CDA82E;
}
</style>
border-color css
<style>
span { border-color: #CDA82E; }
span { border-color: rgb(205,168,46); }
td.TdClassName
{
border-color: #CDA82E;
}
.TagClassName
{
border-color: #CDA82E;
}
</style>