Shades of Metallic Gold #CDA03D
Tints of Metallic Gold #CDA03D
RGB
CMYK
RGB Variations
Color information
#CDA03D (or 0xCDA03D) is known color: Metallic Gold. HEX triplet: CD, A0 and 3D. RGB value is (205,160,61). Sum of RGB (Red+Green+Blue) = 205+160+61=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA03D is #325FC2. Grayscale: #A2A2A2. Windows color (decimal): -3301315 or 4038861. OLE color: 4038861.
HSL color Cylindrical-coordinate representation of color #CDA03D: hue angle of 41.25º 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 #CDA03D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 61 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.20 |
| HSL | 41.25º | 0.59% | 0.52% | - |
| HSV(B) | 41.25º | 0.7% | 0.8% | - |
| XYZ | 38.59 | 38.46 | 9.8 | - |
| YUV | 162.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 61 | 0 | 0.22 | 0.70 | 0.20 | 41.25 | 0.59 | 0.52 |
| Hex | CD | A0 | 3D | 0 | 16 | 46 | 14 | 29 | 3B | 34 |
| Octal | 315 | 240 | 75 | 0 | 26 | 106 | 24 | 51 | 73 | 64 |
| Binary | 11001101 | 10100000 | 111101 | 0 | 10110 | 1000110 | 10100 | 101001 | 111011 | 110100 |
Color Harmonies of #CDA03D
Complementary color
Monochromatic Colors of #CDA03D
Black with #CDA03D
Text Example
Text Example
White with #CDA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA03D; }
p { color: rgb(205,160,61); }
H1.HeaderClassName
{
color: #CDA03D;
}
.AnyTagClassName
{
color: #CDA03D;
}
</style>
background-color css
<style>
a { background-color: #CDA03D; }
a { background-color: rgb(205,160,61); }
div.DivClassName
{
background-color: #CDA03D;
}
.BgClassName
{
background-color: #CDA03D;
}
</style>
border-color css
<style>
span { border-color: #CDA03D; }
span { border-color: rgb(205,160,61); }
td.TdClassName
{
border-color: #CDA03D;
}
.TagClassName
{
border-color: #CDA03D;
}
</style>