Shades of Metallic Gold #CDA131
Tints of Metallic Gold #CDA131
RGB
CMYK
RGB Variations
Color information
#CDA131 (or 0xCDA131) is known color: Metallic Gold. HEX triplet: CD, A1 and 31. RGB value is (205,161,49). Sum of RGB (Red+Green+Blue) = 205+161+49=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA131 is #325ECE. Grayscale: #A1A1A1. Windows color (decimal): -3301071 or 3252685. OLE color: 3252685.
HSL color Cylindrical-coordinate representation of color #CDA131: hue angle of 43.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDA131 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 49 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.20 |
| HSL | 43.08º | 0.61% | 0.5% | - |
| HSV(B) | 43.08º | 0.76% | 0.8% | - |
| XYZ | 38.48 | 38.69 | 8.35 | - |
| YUV | 161.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 49 | 0 | 0.21 | 0.76 | 0.20 | 43.08 | 0.61 | 0.5 |
| Hex | CD | A1 | 31 | 0 | 15 | 4C | 14 | 2B | 3D | 32 |
| Octal | 315 | 241 | 61 | 0 | 25 | 114 | 24 | 53 | 75 | 62 |
| Binary | 11001101 | 10100001 | 110001 | 0 | 10101 | 1001100 | 10100 | 101011 | 111101 | 110010 |
Color Harmonies of #CDA131
Complementary color
Monochromatic Colors of #CDA131
Black with #CDA131
Text Example
Text Example
White with #CDA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA131; }
p { color: rgb(205,161,49); }
H1.HeaderClassName
{
color: #CDA131;
}
.AnyTagClassName
{
color: #CDA131;
}
</style>
background-color css
<style>
a { background-color: #CDA131; }
a { background-color: rgb(205,161,49); }
div.DivClassName
{
background-color: #CDA131;
}
.BgClassName
{
background-color: #CDA131;
}
</style>
border-color css
<style>
span { border-color: #CDA131; }
span { border-color: rgb(205,161,49); }
td.TdClassName
{
border-color: #CDA131;
}
.TagClassName
{
border-color: #CDA131;
}
</style>