Shades of Metallic Gold #CDA631
Tints of Metallic Gold #CDA631
RGB
CMYK
RGB Variations
Color information
#CDA631 (or 0xCDA631) is known color: Metallic Gold. HEX triplet: CD, A6 and 31. RGB value is (205,166,49). Sum of RGB (Red+Green+Blue) = 205+166+49=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA631 is #3259CE. Grayscale: #A4A4A4. Windows color (decimal): -3299791 or 3253965. OLE color: 3253965.
HSL color Cylindrical-coordinate representation of color #CDA631: hue angle of 45º 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 #CDA631 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 49 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.20 |
| HSL | 45º | 0.61% | 0.5% | - |
| HSV(B) | 45º | 0.76% | 0.8% | - |
| XYZ | 39.37 | 40.47 | 8.64 | - |
| YUV | 164.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 49 | 0 | 0.19 | 0.76 | 0.20 | 45 | 0.61 | 0.5 |
| Hex | CD | A6 | 31 | 0 | 13 | 4C | 14 | 2D | 3D | 32 |
| Octal | 315 | 246 | 61 | 0 | 23 | 114 | 24 | 55 | 75 | 62 |
| Binary | 11001101 | 10100110 | 110001 | 0 | 10011 | 1001100 | 10100 | 101101 | 111101 | 110010 |
Color Harmonies of #CDA631
Complementary color
Monochromatic Colors of #CDA631
Black with #CDA631
Text Example
Text Example
White with #CDA631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA631; }
p { color: rgb(205,166,49); }
H1.HeaderClassName
{
color: #CDA631;
}
.AnyTagClassName
{
color: #CDA631;
}
</style>
background-color css
<style>
a { background-color: #CDA631; }
a { background-color: rgb(205,166,49); }
div.DivClassName
{
background-color: #CDA631;
}
.BgClassName
{
background-color: #CDA631;
}
</style>
border-color css
<style>
span { border-color: #CDA631; }
span { border-color: rgb(205,166,49); }
td.TdClassName
{
border-color: #CDA631;
}
.TagClassName
{
border-color: #CDA631;
}
</style>