Shades of Metallic Gold #CDA340
Tints of Metallic Gold #CDA340
RGB
CMYK
RGB Variations
Color information
#CDA340 (or 0xCDA340) is known color: Metallic Gold. HEX triplet: CD, A3 and 40. RGB value is (205,163,64). Sum of RGB (Red+Green+Blue) = 205+163+64=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA340 is #325CBF. Grayscale: #A4A4A4. Windows color (decimal): -3300544 or 4236237. OLE color: 4236237.
HSL color Cylindrical-coordinate representation of color #CDA340: hue angle of 42.13º 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 #CDA340 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 64 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.20 |
| HSL | 42.13º | 0.59% | 0.53% | - |
| HSV(B) | 42.13º | 0.69% | 0.8% | - |
| XYZ | 39.2 | 39.54 | 10.42 | - |
| YUV | 164.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 64 | 0 | 0.20 | 0.69 | 0.20 | 42.13 | 0.59 | 0.53 |
| Hex | CD | A3 | 40 | 0 | 14 | 45 | 14 | 2A | 3B | 35 |
| Octal | 315 | 243 | 100 | 0 | 24 | 105 | 24 | 52 | 73 | 65 |
| Binary | 11001101 | 10100011 | 1000000 | 0 | 10100 | 1000101 | 10100 | 101010 | 111011 | 110101 |
Color Harmonies of #CDA340
Complementary color
Monochromatic Colors of #CDA340
Black with #CDA340
Text Example
Text Example
White with #CDA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA340; }
p { color: rgb(205,163,64); }
H1.HeaderClassName
{
color: #CDA340;
}
.AnyTagClassName
{
color: #CDA340;
}
</style>
background-color css
<style>
a { background-color: #CDA340; }
a { background-color: rgb(205,163,64); }
div.DivClassName
{
background-color: #CDA340;
}
.BgClassName
{
background-color: #CDA340;
}
</style>
border-color css
<style>
span { border-color: #CDA340; }
span { border-color: rgb(205,163,64); }
td.TdClassName
{
border-color: #CDA340;
}
.TagClassName
{
border-color: #CDA340;
}
</style>