Shades of Metallic Gold #CDA036
Tints of Metallic Gold #CDA036
RGB
CMYK
RGB Variations
Color information
#CDA036 (or 0xCDA036) is known color: Metallic Gold. HEX triplet: CD, A0 and 36. RGB value is (205,160,54). Sum of RGB (Red+Green+Blue) = 205+160+54=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA036 is #325FC9. Grayscale: #A1A1A1. Windows color (decimal): -3301322 or 3580109. OLE color: 3580109.
HSL color Cylindrical-coordinate representation of color #CDA036: hue angle of 42.12º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDA036 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 54 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.20 |
| HSL | 42.12º | 0.6% | 0.51% | - |
| HSV(B) | 42.12º | 0.74% | 0.8% | - |
| XYZ | 38.41 | 38.39 | 8.87 | - |
| YUV | 161.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 54 | 0 | 0.22 | 0.74 | 0.20 | 42.12 | 0.6 | 0.51 |
| Hex | CD | A0 | 36 | 0 | 16 | 4A | 14 | 2A | 3C | 33 |
| Octal | 315 | 240 | 66 | 0 | 26 | 112 | 24 | 52 | 74 | 63 |
| Binary | 11001101 | 10100000 | 110110 | 0 | 10110 | 1001010 | 10100 | 101010 | 111100 | 110011 |
Color Harmonies of #CDA036
Complementary color
Monochromatic Colors of #CDA036
Black with #CDA036
Text Example
Text Example
White with #CDA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA036; }
p { color: rgb(205,160,54); }
H1.HeaderClassName
{
color: #CDA036;
}
.AnyTagClassName
{
color: #CDA036;
}
</style>
background-color css
<style>
a { background-color: #CDA036; }
a { background-color: rgb(205,160,54); }
div.DivClassName
{
background-color: #CDA036;
}
.BgClassName
{
background-color: #CDA036;
}
</style>
border-color css
<style>
span { border-color: #CDA036; }
span { border-color: rgb(205,160,54); }
td.TdClassName
{
border-color: #CDA036;
}
.TagClassName
{
border-color: #CDA036;
}
</style>