Shades of Metallic Gold #CDA536
Tints of Metallic Gold #CDA536
RGB
CMYK
RGB Variations
Color information
#CDA536 (or 0xCDA536) is known color: Metallic Gold. HEX triplet: CD, A5 and 36. RGB value is (205,165,54). Sum of RGB (Red+Green+Blue) = 205+165+54=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA536 is #325AC9. Grayscale: #A4A4A4. Windows color (decimal): -3300042 or 3581389. OLE color: 3581389.
HSL color Cylindrical-coordinate representation of color #CDA536: hue angle of 44.11º 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 #CDA536 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 54 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.20 |
| HSL | 44.11º | 0.6% | 0.51% | - |
| HSV(B) | 44.11º | 0.74% | 0.8% | - |
| XYZ | 39.3 | 40.16 | 9.17 | - |
| YUV | 164.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 54 | 0 | 0.20 | 0.74 | 0.20 | 44.11 | 0.6 | 0.51 |
| Hex | CD | A5 | 36 | 0 | 14 | 4A | 14 | 2C | 3C | 33 |
| Octal | 315 | 245 | 66 | 0 | 24 | 112 | 24 | 54 | 74 | 63 |
| Binary | 11001101 | 10100101 | 110110 | 0 | 10100 | 1001010 | 10100 | 101100 | 111100 | 110011 |
Color Harmonies of #CDA536
Complementary color
Monochromatic Colors of #CDA536
Black with #CDA536
Text Example
Text Example
White with #CDA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA536; }
p { color: rgb(205,165,54); }
H1.HeaderClassName
{
color: #CDA536;
}
.AnyTagClassName
{
color: #CDA536;
}
</style>
background-color css
<style>
a { background-color: #CDA536; }
a { background-color: rgb(205,165,54); }
div.DivClassName
{
background-color: #CDA536;
}
.BgClassName
{
background-color: #CDA536;
}
</style>
border-color css
<style>
span { border-color: #CDA536; }
span { border-color: rgb(205,165,54); }
td.TdClassName
{
border-color: #CDA536;
}
.TagClassName
{
border-color: #CDA536;
}
</style>