Shades of Metallic Gold #CDA441
Tints of Metallic Gold #CDA441
RGB
CMYK
RGB Variations
Color information
#CDA441 (or 0xCDA441) is known color: Metallic Gold. HEX triplet: CD, A4 and 41. RGB value is (205,164,65). Sum of RGB (Red+Green+Blue) = 205+164+65=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA441 is #325BBE. Grayscale: #A5A5A5. Windows color (decimal): -3300287 or 4302029. OLE color: 4302029.
HSL color Cylindrical-coordinate representation of color #CDA441: hue angle of 42.43º 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 #CDA441 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 65 | - |
| CMYK | 0 | 0.2 | 0.68 | 0.20 |
| HSL | 42.43º | 0.58% | 0.53% | - |
| HSV(B) | 42.43º | 0.68% | 0.8% | - |
| XYZ | 39.41 | 39.91 | 10.63 | - |
| YUV | 164.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 65 | 0 | 0.2 | 0.68 | 0.20 | 42.43 | 0.58 | 0.53 |
| Hex | CD | A4 | 41 | 0 | 14 | 44 | 14 | 2A | 3A | 35 |
| Octal | 315 | 244 | 101 | 0 | 24 | 104 | 24 | 52 | 72 | 65 |
| Binary | 11001101 | 10100100 | 1000001 | 0 | 10100 | 1000100 | 10100 | 101010 | 111010 | 110101 |
Color Harmonies of #CDA441
Complementary color
Monochromatic Colors of #CDA441
Black with #CDA441
Text Example
Text Example
White with #CDA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA441; }
p { color: rgb(205,164,65); }
H1.HeaderClassName
{
color: #CDA441;
}
.AnyTagClassName
{
color: #CDA441;
}
</style>
background-color css
<style>
a { background-color: #CDA441; }
a { background-color: rgb(205,164,65); }
div.DivClassName
{
background-color: #CDA441;
}
.BgClassName
{
background-color: #CDA441;
}
</style>
border-color css
<style>
span { border-color: #CDA441; }
span { border-color: rgb(205,164,65); }
td.TdClassName
{
border-color: #CDA441;
}
.TagClassName
{
border-color: #CDA441;
}
</style>