Shades of Metallic Gold #CDA63E
Tints of Metallic Gold #CDA63E
RGB
CMYK
RGB Variations
Color information
#CDA63E (or 0xCDA63E) is known color: Metallic Gold. HEX triplet: CD, A6 and 3E. RGB value is (205,166,62). Sum of RGB (Red+Green+Blue) = 205+166+62=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA63E is #3259C1. Grayscale: #A6A6A6. Windows color (decimal): -3299778 or 4105933. OLE color: 4105933.
HSL color Cylindrical-coordinate representation of color #CDA63E: hue angle of 43.64º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDA63E is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 62 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.20 |
| HSL | 43.64º | 0.59% | 0.52% | - |
| HSV(B) | 43.64º | 0.7% | 0.8% | - |
| XYZ | 39.68 | 40.6 | 10.3 | - |
| YUV | 165.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 62 | 0 | 0.19 | 0.70 | 0.20 | 43.64 | 0.59 | 0.52 |
| Hex | CD | A6 | 3E | 0 | 13 | 46 | 14 | 2C | 3B | 34 |
| Octal | 315 | 246 | 76 | 0 | 23 | 106 | 24 | 54 | 73 | 64 |
| Binary | 11001101 | 10100110 | 111110 | 0 | 10011 | 1000110 | 10100 | 101100 | 111011 | 110100 |
Color Harmonies of #CDA63E
Complementary color
Monochromatic Colors of #CDA63E
Black with #CDA63E
Text Example
Text Example
White with #CDA63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA63E; }
p { color: rgb(205,166,62); }
H1.HeaderClassName
{
color: #CDA63E;
}
.AnyTagClassName
{
color: #CDA63E;
}
</style>
background-color css
<style>
a { background-color: #CDA63E; }
a { background-color: rgb(205,166,62); }
div.DivClassName
{
background-color: #CDA63E;
}
.BgClassName
{
background-color: #CDA63E;
}
</style>
border-color css
<style>
span { border-color: #CDA63E; }
span { border-color: rgb(205,166,62); }
td.TdClassName
{
border-color: #CDA63E;
}
.TagClassName
{
border-color: #CDA63E;
}
</style>