Shades of Metallic Gold #CDA332
Tints of Metallic Gold #CDA332
RGB
CMYK
RGB Variations
Color information
#CDA332 (or 0xCDA332) is known color: Metallic Gold. HEX triplet: CD, A3 and 32. RGB value is (205,163,50). Sum of RGB (Red+Green+Blue) = 205+163+50=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA332 is #325CCD. Grayscale: #A3A3A3. Windows color (decimal): -3300558 or 3318733. OLE color: 3318733.
HSL color Cylindrical-coordinate representation of color #CDA332: hue angle of 43.74º 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 #CDA332 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 50 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.20 |
| HSL | 43.74º | 0.61% | 0.5% | - |
| HSV(B) | 43.74º | 0.76% | 0.8% | - |
| XYZ | 38.85 | 39.4 | 8.58 | - |
| YUV | 162.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 50 | 0 | 0.20 | 0.76 | 0.20 | 43.74 | 0.61 | 0.5 |
| Hex | CD | A3 | 32 | 0 | 14 | 4C | 14 | 2C | 3D | 32 |
| Octal | 315 | 243 | 62 | 0 | 24 | 114 | 24 | 54 | 75 | 62 |
| Binary | 11001101 | 10100011 | 110010 | 0 | 10100 | 1001100 | 10100 | 101100 | 111101 | 110010 |
Color Harmonies of #CDA332
Complementary color
Monochromatic Colors of #CDA332
Black with #CDA332
Text Example
Text Example
White with #CDA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA332; }
p { color: rgb(205,163,50); }
H1.HeaderClassName
{
color: #CDA332;
}
.AnyTagClassName
{
color: #CDA332;
}
</style>
background-color css
<style>
a { background-color: #CDA332; }
a { background-color: rgb(205,163,50); }
div.DivClassName
{
background-color: #CDA332;
}
.BgClassName
{
background-color: #CDA332;
}
</style>
border-color css
<style>
span { border-color: #CDA332; }
span { border-color: rgb(205,163,50); }
td.TdClassName
{
border-color: #CDA332;
}
.TagClassName
{
border-color: #CDA332;
}
</style>