Shades of Metallic Gold #CDA841
Tints of Metallic Gold #CDA841
RGB
CMYK
RGB Variations
Color information
#CDA841 (or 0xCDA841) is known color: Metallic Gold. HEX triplet: CD, A8 and 41. RGB value is (205,168,65). Sum of RGB (Red+Green+Blue) = 205+168+65=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA841 is #3257BE. Grayscale: #A7A7A7. Windows color (decimal): -3299263 or 4303053. OLE color: 4303053.
HSL color Cylindrical-coordinate representation of color #CDA841: hue angle of 44.14º 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 #CDA841 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 65 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.20 |
| HSL | 44.14º | 0.58% | 0.53% | - |
| HSV(B) | 44.14º | 0.68% | 0.8% | - |
| XYZ | 40.13 | 41.37 | 10.87 | - |
| YUV | 167.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 65 | 0 | 0.18 | 0.68 | 0.20 | 44.14 | 0.58 | 0.53 |
| Hex | CD | A8 | 41 | 0 | 12 | 44 | 14 | 2C | 3A | 35 |
| Octal | 315 | 250 | 101 | 0 | 22 | 104 | 24 | 54 | 72 | 65 |
| Binary | 11001101 | 10101000 | 1000001 | 0 | 10010 | 1000100 | 10100 | 101100 | 111010 | 110101 |
Color Harmonies of #CDA841
Complementary color
Monochromatic Colors of #CDA841
Black with #CDA841
Text Example
Text Example
White with #CDA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA841; }
p { color: rgb(205,168,65); }
H1.HeaderClassName
{
color: #CDA841;
}
.AnyTagClassName
{
color: #CDA841;
}
</style>
background-color css
<style>
a { background-color: #CDA841; }
a { background-color: rgb(205,168,65); }
div.DivClassName
{
background-color: #CDA841;
}
.BgClassName
{
background-color: #CDA841;
}
</style>
border-color css
<style>
span { border-color: #CDA841; }
span { border-color: rgb(205,168,65); }
td.TdClassName
{
border-color: #CDA841;
}
.TagClassName
{
border-color: #CDA841;
}
</style>