Shades of Metallic Gold #CDA941
Tints of Metallic Gold #CDA941
RGB
CMYK
RGB Variations
Color information
#CDA941 (or 0xCDA941) is known color: Metallic Gold. HEX triplet: CD, A9 and 41. RGB value is (205,169,65). Sum of RGB (Red+Green+Blue) = 205+169+65=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA941 is #3256BE. Grayscale: #A8A8A8. Windows color (decimal): -3299007 or 4303309. OLE color: 4303309.
HSL color Cylindrical-coordinate representation of color #CDA941: hue angle of 44.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDA941 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 65 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.20 |
| HSL | 44.57º | 0.58% | 0.53% | - |
| HSV(B) | 44.57º | 0.68% | 0.8% | - |
| XYZ | 40.32 | 41.74 | 10.93 | - |
| YUV | 167.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 65 | 0 | 0.18 | 0.68 | 0.20 | 44.57 | 0.58 | 0.53 |
| Hex | CD | A9 | 41 | 0 | 12 | 44 | 14 | 2D | 3A | 35 |
| Octal | 315 | 251 | 101 | 0 | 22 | 104 | 24 | 55 | 72 | 65 |
| Binary | 11001101 | 10101001 | 1000001 | 0 | 10010 | 1000100 | 10100 | 101101 | 111010 | 110101 |
Color Harmonies of #CDA941
Complementary color
Monochromatic Colors of #CDA941
Black with #CDA941
Text Example
Text Example
White with #CDA941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA941; }
p { color: rgb(205,169,65); }
H1.HeaderClassName
{
color: #CDA941;
}
.AnyTagClassName
{
color: #CDA941;
}
</style>
background-color css
<style>
a { background-color: #CDA941; }
a { background-color: rgb(205,169,65); }
div.DivClassName
{
background-color: #CDA941;
}
.BgClassName
{
background-color: #CDA941;
}
</style>
border-color css
<style>
span { border-color: #CDA941; }
span { border-color: rgb(205,169,65); }
td.TdClassName
{
border-color: #CDA941;
}
.TagClassName
{
border-color: #CDA941;
}
</style>