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