Shades of Metallic Gold #CDA53D
Tints of Metallic Gold #CDA53D
RGB
CMYK
RGB Variations
Color information
#CDA53D (or 0xCDA53D) is known color: Metallic Gold. HEX triplet: CD, A5 and 3D. RGB value is (205,165,61). Sum of RGB (Red+Green+Blue) = 205+165+61=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA53D is #325AC2. Grayscale: #A5A5A5. Windows color (decimal): -3300035 or 4040141. OLE color: 4040141.
HSL color Cylindrical-coordinate representation of color #CDA53D: hue angle of 43.33º 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 #CDA53D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 61 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.20 |
| HSL | 43.33º | 0.59% | 0.52% | - |
| HSV(B) | 43.33º | 0.7% | 0.8% | - |
| XYZ | 39.47 | 40.23 | 10.1 | - |
| YUV | 165.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 61 | 0 | 0.20 | 0.70 | 0.20 | 43.33 | 0.59 | 0.52 |
| Hex | CD | A5 | 3D | 0 | 14 | 46 | 14 | 2B | 3B | 34 |
| Octal | 315 | 245 | 75 | 0 | 24 | 106 | 24 | 53 | 73 | 64 |
| Binary | 11001101 | 10100101 | 111101 | 0 | 10100 | 1000110 | 10100 | 101011 | 111011 | 110100 |
Color Harmonies of #CDA53D
Complementary color
Monochromatic Colors of #CDA53D
Black with #CDA53D
Text Example
Text Example
White with #CDA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA53D; }
p { color: rgb(205,165,61); }
H1.HeaderClassName
{
color: #CDA53D;
}
.AnyTagClassName
{
color: #CDA53D;
}
</style>
background-color css
<style>
a { background-color: #CDA53D; }
a { background-color: rgb(205,165,61); }
div.DivClassName
{
background-color: #CDA53D;
}
.BgClassName
{
background-color: #CDA53D;
}
</style>
border-color css
<style>
span { border-color: #CDA53D; }
span { border-color: rgb(205,165,61); }
td.TdClassName
{
border-color: #CDA53D;
}
.TagClassName
{
border-color: #CDA53D;
}
</style>