Shades of Metallic Gold #CDA040
Tints of Metallic Gold #CDA040
RGB
CMYK
RGB Variations
Color information
#CDA040 (or 0xCDA040) is known color: Metallic Gold. HEX triplet: CD, A0 and 40. RGB value is (205,160,64). Sum of RGB (Red+Green+Blue) = 205+160+64=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA040 is #325FBF. Grayscale: #A2A2A2. Windows color (decimal): -3301312 or 4235469. OLE color: 4235469.
HSL color Cylindrical-coordinate representation of color #CDA040: hue angle of 40.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDA040 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 64 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.20 |
| HSL | 40.85º | 0.59% | 0.53% | - |
| HSV(B) | 40.85º | 0.69% | 0.8% | - |
| XYZ | 38.67 | 38.49 | 10.24 | - |
| YUV | 162.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 64 | 0 | 0.22 | 0.69 | 0.20 | 40.85 | 0.59 | 0.53 |
| Hex | CD | A0 | 40 | 0 | 16 | 45 | 14 | 29 | 3B | 35 |
| Octal | 315 | 240 | 100 | 0 | 26 | 105 | 24 | 51 | 73 | 65 |
| Binary | 11001101 | 10100000 | 1000000 | 0 | 10110 | 1000101 | 10100 | 101001 | 111011 | 110101 |
Color Harmonies of #CDA040
Complementary color
Monochromatic Colors of #CDA040
Black with #CDA040
Text Example
Text Example
White with #CDA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA040; }
p { color: rgb(205,160,64); }
H1.HeaderClassName
{
color: #CDA040;
}
.AnyTagClassName
{
color: #CDA040;
}
</style>
background-color css
<style>
a { background-color: #CDA040; }
a { background-color: rgb(205,160,64); }
div.DivClassName
{
background-color: #CDA040;
}
.BgClassName
{
background-color: #CDA040;
}
</style>
border-color css
<style>
span { border-color: #CDA040; }
span { border-color: rgb(205,160,64); }
td.TdClassName
{
border-color: #CDA040;
}
.TagClassName
{
border-color: #CDA040;
}
</style>