Shades of Metallic Gold #CDA52E
Tints of Metallic Gold #CDA52E
RGB
CMYK
RGB Variations
Color information
#CDA52E (or 0xCDA52E) is known color: Metallic Gold. HEX triplet: CD, A5 and 2E. RGB value is (205,165,46). Sum of RGB (Red+Green+Blue) = 205+165+46=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA52E is #325AD1. Grayscale: #A3A3A3. Windows color (decimal): -3300050 or 3057101. OLE color: 3057101.
HSL color Cylindrical-coordinate representation of color #CDA52E: hue angle of 44.91º 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 #CDA52E is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 46 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.20 |
| HSL | 44.91º | 0.63% | 0.49% | - |
| HSV(B) | 44.91º | 0.78% | 0.8% | - |
| XYZ | 39.13 | 40.09 | 8.26 | - |
| YUV | 163.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 46 | 0 | 0.20 | 0.78 | 0.20 | 44.91 | 0.63 | 0.49 |
| Hex | CD | A5 | 2E | 0 | 14 | 4E | 14 | 2D | 3F | 31 |
| Octal | 315 | 245 | 56 | 0 | 24 | 116 | 24 | 55 | 77 | 61 |
| Binary | 11001101 | 10100101 | 101110 | 0 | 10100 | 1001110 | 10100 | 101101 | 111111 | 110001 |
Color Harmonies of #CDA52E
Complementary color
Monochromatic Colors of #CDA52E
Black with #CDA52E
Text Example
Text Example
White with #CDA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA52E; }
p { color: rgb(205,165,46); }
H1.HeaderClassName
{
color: #CDA52E;
}
.AnyTagClassName
{
color: #CDA52E;
}
</style>
background-color css
<style>
a { background-color: #CDA52E; }
a { background-color: rgb(205,165,46); }
div.DivClassName
{
background-color: #CDA52E;
}
.BgClassName
{
background-color: #CDA52E;
}
</style>
border-color css
<style>
span { border-color: #CDA52E; }
span { border-color: rgb(205,165,46); }
td.TdClassName
{
border-color: #CDA52E;
}
.TagClassName
{
border-color: #CDA52E;
}
</style>