Shades of Metallic Gold #CDA52F
Tints of Metallic Gold #CDA52F
RGB
CMYK
RGB Variations
Color information
#CDA52F (or 0xCDA52F) is known color: Metallic Gold. HEX triplet: CD, A5 and 2F. RGB value is (205,165,47). Sum of RGB (Red+Green+Blue) = 205+165+47=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA52F is #325AD0. Grayscale: #A4A4A4. Windows color (decimal): -3300049 or 3122637. OLE color: 3122637.
HSL color Cylindrical-coordinate representation of color #CDA52F: hue angle of 44.81º 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 #CDA52F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 47 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.20 |
| HSL | 44.81º | 0.63% | 0.49% | - |
| HSV(B) | 44.81º | 0.77% | 0.8% | - |
| XYZ | 39.15 | 40.09 | 8.37 | - |
| YUV | 163.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 47 | 0 | 0.20 | 0.77 | 0.20 | 44.81 | 0.63 | 0.49 |
| Hex | CD | A5 | 2F | 0 | 14 | 4D | 14 | 2D | 3F | 31 |
| Octal | 315 | 245 | 57 | 0 | 24 | 115 | 24 | 55 | 77 | 61 |
| Binary | 11001101 | 10100101 | 101111 | 0 | 10100 | 1001101 | 10100 | 101101 | 111111 | 110001 |
Color Harmonies of #CDA52F
Complementary color
Monochromatic Colors of #CDA52F
Black with #CDA52F
Text Example
Text Example
White with #CDA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA52F; }
p { color: rgb(205,165,47); }
H1.HeaderClassName
{
color: #CDA52F;
}
.AnyTagClassName
{
color: #CDA52F;
}
</style>
background-color css
<style>
a { background-color: #CDA52F; }
a { background-color: rgb(205,165,47); }
div.DivClassName
{
background-color: #CDA52F;
}
.BgClassName
{
background-color: #CDA52F;
}
</style>
border-color css
<style>
span { border-color: #CDA52F; }
span { border-color: rgb(205,165,47); }
td.TdClassName
{
border-color: #CDA52F;
}
.TagClassName
{
border-color: #CDA52F;
}
</style>