Shades of Metallic Gold #CDA531
Tints of Metallic Gold #CDA531
RGB
CMYK
RGB Variations
Color information
#CDA531 (or 0xCDA531) is known color: Metallic Gold. HEX triplet: CD, A5 and 31. RGB value is (205,165,49). Sum of RGB (Red+Green+Blue) = 205+165+49=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA531 is #325ACE. Grayscale: #A4A4A4. Windows color (decimal): -3300047 or 3253709. OLE color: 3253709.
HSL color Cylindrical-coordinate representation of color #CDA531: hue angle of 44.62º 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 #CDA531 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 49 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.20 |
| HSL | 44.62º | 0.61% | 0.5% | - |
| HSV(B) | 44.62º | 0.76% | 0.8% | - |
| XYZ | 39.19 | 40.11 | 8.58 | - |
| YUV | 163.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 49 | 0 | 0.20 | 0.76 | 0.20 | 44.62 | 0.61 | 0.5 |
| Hex | CD | A5 | 31 | 0 | 14 | 4C | 14 | 2D | 3D | 32 |
| Octal | 315 | 245 | 61 | 0 | 24 | 114 | 24 | 55 | 75 | 62 |
| Binary | 11001101 | 10100101 | 110001 | 0 | 10100 | 1001100 | 10100 | 101101 | 111101 | 110010 |
Color Harmonies of #CDA531
Complementary color
Monochromatic Colors of #CDA531
Black with #CDA531
Text Example
Text Example
White with #CDA531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA531; }
p { color: rgb(205,165,49); }
H1.HeaderClassName
{
color: #CDA531;
}
.AnyTagClassName
{
color: #CDA531;
}
</style>
background-color css
<style>
a { background-color: #CDA531; }
a { background-color: rgb(205,165,49); }
div.DivClassName
{
background-color: #CDA531;
}
.BgClassName
{
background-color: #CDA531;
}
</style>
border-color css
<style>
span { border-color: #CDA531; }
span { border-color: rgb(205,165,49); }
td.TdClassName
{
border-color: #CDA531;
}
.TagClassName
{
border-color: #CDA531;
}
</style>