Shades of Metallic Gold #CDA232
Tints of Metallic Gold #CDA232
RGB
CMYK
RGB Variations
Color information
#CDA232 (or 0xCDA232) is known color: Metallic Gold. HEX triplet: CD, A2 and 32. RGB value is (205,162,50). Sum of RGB (Red+Green+Blue) = 205+162+50=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA232 is #325DCD. Grayscale: #A2A2A2. Windows color (decimal): -3300814 or 3318477. OLE color: 3318477.
HSL color Cylindrical-coordinate representation of color #CDA232: hue angle of 43.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDA232 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 50 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.20 |
| HSL | 43.35º | 0.61% | 0.5% | - |
| HSV(B) | 43.35º | 0.76% | 0.8% | - |
| XYZ | 38.67 | 39.05 | 8.52 | - |
| YUV | 162.09 | 64.75 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 50 | 0 | 0.21 | 0.76 | 0.20 | 43.35 | 0.61 | 0.5 |
| Hex | CD | A2 | 32 | 0 | 15 | 4C | 14 | 2B | 3D | 32 |
| Octal | 315 | 242 | 62 | 0 | 25 | 114 | 24 | 53 | 75 | 62 |
| Binary | 11001101 | 10100010 | 110010 | 0 | 10101 | 1001100 | 10100 | 101011 | 111101 | 110010 |
Color Harmonies of #CDA232
Complementary color
Monochromatic Colors of #CDA232
Black with #CDA232
Text Example
Text Example
White with #CDA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA232; }
p { color: rgb(205,162,50); }
H1.HeaderClassName
{
color: #CDA232;
}
.AnyTagClassName
{
color: #CDA232;
}
</style>
background-color css
<style>
a { background-color: #CDA232; }
a { background-color: rgb(205,162,50); }
div.DivClassName
{
background-color: #CDA232;
}
.BgClassName
{
background-color: #CDA232;
}
</style>
border-color css
<style>
span { border-color: #CDA232; }
span { border-color: rgb(205,162,50); }
td.TdClassName
{
border-color: #CDA232;
}
.TagClassName
{
border-color: #CDA232;
}
</style>