Shades of Metallic Gold #CDA635
Tints of Metallic Gold #CDA635
RGB
CMYK
RGB Variations
Color information
#CDA635 (or 0xCDA635) is known color: Metallic Gold. HEX triplet: CD, A6 and 35. RGB value is (205,166,53). Sum of RGB (Red+Green+Blue) = 205+166+53=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA635 is #3259CA. Grayscale: #A5A5A5. Windows color (decimal): -3299787 or 3516109. OLE color: 3516109.
HSL color Cylindrical-coordinate representation of color #CDA635: hue angle of 44.61º 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 #CDA635 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 53 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.20 |
| HSL | 44.61º | 0.6% | 0.51% | - |
| HSV(B) | 44.61º | 0.74% | 0.8% | - |
| XYZ | 39.46 | 40.51 | 9.11 | - |
| YUV | 164.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 53 | 0 | 0.19 | 0.74 | 0.20 | 44.61 | 0.6 | 0.51 |
| Hex | CD | A6 | 35 | 0 | 13 | 4A | 14 | 2D | 3C | 33 |
| Octal | 315 | 246 | 65 | 0 | 23 | 112 | 24 | 55 | 74 | 63 |
| Binary | 11001101 | 10100110 | 110101 | 0 | 10011 | 1001010 | 10100 | 101101 | 111100 | 110011 |
Color Harmonies of #CDA635
Complementary color
Monochromatic Colors of #CDA635
Black with #CDA635
Text Example
Text Example
White with #CDA635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA635; }
p { color: rgb(205,166,53); }
H1.HeaderClassName
{
color: #CDA635;
}
.AnyTagClassName
{
color: #CDA635;
}
</style>
background-color css
<style>
a { background-color: #CDA635; }
a { background-color: rgb(205,166,53); }
div.DivClassName
{
background-color: #CDA635;
}
.BgClassName
{
background-color: #CDA635;
}
</style>
border-color css
<style>
span { border-color: #CDA635; }
span { border-color: rgb(205,166,53); }
td.TdClassName
{
border-color: #CDA635;
}
.TagClassName
{
border-color: #CDA635;
}
</style>