Shades of Metallic Gold #CDA43D
Tints of Metallic Gold #CDA43D
RGB
CMYK
RGB Variations
Color information
#CDA43D (or 0xCDA43D) is known color: Metallic Gold. HEX triplet: CD, A4 and 3D. RGB value is (205,164,61). Sum of RGB (Red+Green+Blue) = 205+164+61=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA43D is #325BC2. Grayscale: #A4A4A4. Windows color (decimal): -3300291 or 4039885. OLE color: 4039885.
HSL color Cylindrical-coordinate representation of color #CDA43D: hue angle of 42.92º 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 #CDA43D is Cyan = 0, Magento = 0.2, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 61 | - |
| CMYK | 0 | 0.2 | 0.70 | 0.20 |
| HSL | 42.92º | 0.59% | 0.52% | - |
| HSV(B) | 42.92º | 0.7% | 0.8% | - |
| XYZ | 39.29 | 39.87 | 10.04 | - |
| YUV | 164.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 61 | 0 | 0.2 | 0.70 | 0.20 | 42.92 | 0.59 | 0.52 |
| Hex | CD | A4 | 3D | 0 | 14 | 46 | 14 | 2B | 3B | 34 |
| Octal | 315 | 244 | 75 | 0 | 24 | 106 | 24 | 53 | 73 | 64 |
| Binary | 11001101 | 10100100 | 111101 | 0 | 10100 | 1000110 | 10100 | 101011 | 111011 | 110100 |
Color Harmonies of #CDA43D
Complementary color
Monochromatic Colors of #CDA43D
Black with #CDA43D
Text Example
Text Example
White with #CDA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA43D; }
p { color: rgb(205,164,61); }
H1.HeaderClassName
{
color: #CDA43D;
}
.AnyTagClassName
{
color: #CDA43D;
}
</style>
background-color css
<style>
a { background-color: #CDA43D; }
a { background-color: rgb(205,164,61); }
div.DivClassName
{
background-color: #CDA43D;
}
.BgClassName
{
background-color: #CDA43D;
}
</style>
border-color css
<style>
span { border-color: #CDA43D; }
span { border-color: rgb(205,164,61); }
td.TdClassName
{
border-color: #CDA43D;
}
.TagClassName
{
border-color: #CDA43D;
}
</style>