Shades of Metallic Gold #CDA82D
Tints of Metallic Gold #CDA82D
RGB
CMYK
RGB Variations
Color information
#CDA82D (or 0xCDA82D) is known color: Metallic Gold. HEX triplet: CD, A8 and 2D. RGB value is (205,168,45). Sum of RGB (Red+Green+Blue) = 205+168+45=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA82D is #3257D2. Grayscale: #A5A5A5. Windows color (decimal): -3299283 or 2992333. OLE color: 2992333.
HSL color Cylindrical-coordinate representation of color #CDA82D: hue angle of 46.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA82D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.20 |
| HSL | 46.13º | 0.64% | 0.49% | - |
| HSV(B) | 46.13º | 0.78% | 0.8% | - |
| XYZ | 39.65 | 41.17 | 8.34 | - |
| YUV | 165.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 45 | 0 | 0.18 | 0.78 | 0.20 | 46.13 | 0.64 | 0.49 |
| Hex | CD | A8 | 2D | 0 | 12 | 4E | 14 | 2E | 40 | 31 |
| Octal | 315 | 250 | 55 | 0 | 22 | 116 | 24 | 56 | 100 | 61 |
| Binary | 11001101 | 10101000 | 101101 | 0 | 10010 | 1001110 | 10100 | 101110 | 1000000 | 110001 |
Color Harmonies of #CDA82D
Complementary color
Monochromatic Colors of #CDA82D
Black with #CDA82D
Text Example
Text Example
White with #CDA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA82D; }
p { color: rgb(205,168,45); }
H1.HeaderClassName
{
color: #CDA82D;
}
.AnyTagClassName
{
color: #CDA82D;
}
</style>
background-color css
<style>
a { background-color: #CDA82D; }
a { background-color: rgb(205,168,45); }
div.DivClassName
{
background-color: #CDA82D;
}
.BgClassName
{
background-color: #CDA82D;
}
</style>
border-color css
<style>
span { border-color: #CDA82D; }
span { border-color: rgb(205,168,45); }
td.TdClassName
{
border-color: #CDA82D;
}
.TagClassName
{
border-color: #CDA82D;
}
</style>