Shades of Metallic Gold #CDA432
Tints of Metallic Gold #CDA432
RGB
CMYK
RGB Variations
Color information
#CDA432 (or 0xCDA432) is known color: Metallic Gold. HEX triplet: CD, A4 and 32. RGB value is (205,164,50). Sum of RGB (Red+Green+Blue) = 205+164+50=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA432 is #325BCD. Grayscale: #A3A3A3. Windows color (decimal): -3300302 or 3318989. OLE color: 3318989.
HSL color Cylindrical-coordinate representation of color #CDA432: hue angle of 44.13º 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 #CDA432 is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 50 | - |
| CMYK | 0 | 0.2 | 0.76 | 0.20 |
| HSL | 44.13º | 0.61% | 0.5% | - |
| HSV(B) | 44.13º | 0.76% | 0.8% | - |
| XYZ | 39.03 | 39.76 | 8.64 | - |
| YUV | 163.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 50 | 0 | 0.2 | 0.76 | 0.20 | 44.13 | 0.61 | 0.5 |
| Hex | CD | A4 | 32 | 0 | 14 | 4C | 14 | 2C | 3D | 32 |
| Octal | 315 | 244 | 62 | 0 | 24 | 114 | 24 | 54 | 75 | 62 |
| Binary | 11001101 | 10100100 | 110010 | 0 | 10100 | 1001100 | 10100 | 101100 | 111101 | 110010 |
Color Harmonies of #CDA432
Complementary color
Monochromatic Colors of #CDA432
Black with #CDA432
Text Example
Text Example
White with #CDA432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA432; }
p { color: rgb(205,164,50); }
H1.HeaderClassName
{
color: #CDA432;
}
.AnyTagClassName
{
color: #CDA432;
}
</style>
background-color css
<style>
a { background-color: #CDA432; }
a { background-color: rgb(205,164,50); }
div.DivClassName
{
background-color: #CDA432;
}
.BgClassName
{
background-color: #CDA432;
}
</style>
border-color css
<style>
span { border-color: #CDA432; }
span { border-color: rgb(205,164,50); }
td.TdClassName
{
border-color: #CDA432;
}
.TagClassName
{
border-color: #CDA432;
}
</style>