Shades of Metallic Gold #CDA62F
Tints of Metallic Gold #CDA62F
RGB
CMYK
RGB Variations
Color information
#CDA62F (or 0xCDA62F) is known color: Metallic Gold. HEX triplet: CD, A6 and 2F. RGB value is (205,166,47). Sum of RGB (Red+Green+Blue) = 205+166+47=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA62F is #3259D0. Grayscale: #A4A4A4. Windows color (decimal): -3299793 or 3122893. OLE color: 3122893.
HSL color Cylindrical-coordinate representation of color #CDA62F: hue angle of 45.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDA62F is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 47 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.20 |
| HSL | 45.19º | 0.63% | 0.49% | - |
| HSV(B) | 45.19º | 0.77% | 0.8% | - |
| XYZ | 39.33 | 40.46 | 8.43 | - |
| YUV | 164.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 47 | 0 | 0.19 | 0.77 | 0.20 | 45.19 | 0.63 | 0.49 |
| Hex | CD | A6 | 2F | 0 | 13 | 4D | 14 | 2D | 3F | 31 |
| Octal | 315 | 246 | 57 | 0 | 23 | 115 | 24 | 55 | 77 | 61 |
| Binary | 11001101 | 10100110 | 101111 | 0 | 10011 | 1001101 | 10100 | 101101 | 111111 | 110001 |
Color Harmonies of #CDA62F
Complementary color
Monochromatic Colors of #CDA62F
Black with #CDA62F
Text Example
Text Example
White with #CDA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA62F; }
p { color: rgb(205,166,47); }
H1.HeaderClassName
{
color: #CDA62F;
}
.AnyTagClassName
{
color: #CDA62F;
}
</style>
background-color css
<style>
a { background-color: #CDA62F; }
a { background-color: rgb(205,166,47); }
div.DivClassName
{
background-color: #CDA62F;
}
.BgClassName
{
background-color: #CDA62F;
}
</style>
border-color css
<style>
span { border-color: #CDA62F; }
span { border-color: rgb(205,166,47); }
td.TdClassName
{
border-color: #CDA62F;
}
.TagClassName
{
border-color: #CDA62F;
}
</style>