Shades of Metallic Gold #CDA731
Tints of Metallic Gold #CDA731
RGB
CMYK
RGB Variations
Color information
#CDA731 (or 0xCDA731) is known color: Metallic Gold. HEX triplet: CD, A7 and 31. RGB value is (205,167,49). Sum of RGB (Red+Green+Blue) = 205+167+49=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA731 is #3258CE. Grayscale: #A5A5A5. Windows color (decimal): -3299535 or 3254221. OLE color: 3254221.
HSL color Cylindrical-coordinate representation of color #CDA731: hue angle of 45.38º 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 #CDA731 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 49 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.20 |
| HSL | 45.38º | 0.61% | 0.5% | - |
| HSV(B) | 45.38º | 0.76% | 0.8% | - |
| XYZ | 39.55 | 40.84 | 8.7 | - |
| YUV | 164.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 49 | 0 | 0.19 | 0.76 | 0.20 | 45.38 | 0.61 | 0.5 |
| Hex | CD | A7 | 31 | 0 | 13 | 4C | 14 | 2D | 3D | 32 |
| Octal | 315 | 247 | 61 | 0 | 23 | 114 | 24 | 55 | 75 | 62 |
| Binary | 11001101 | 10100111 | 110001 | 0 | 10011 | 1001100 | 10100 | 101101 | 111101 | 110010 |
Color Harmonies of #CDA731
Complementary color
Monochromatic Colors of #CDA731
Black with #CDA731
Text Example
Text Example
White with #CDA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA731; }
p { color: rgb(205,167,49); }
H1.HeaderClassName
{
color: #CDA731;
}
.AnyTagClassName
{
color: #CDA731;
}
</style>
background-color css
<style>
a { background-color: #CDA731; }
a { background-color: rgb(205,167,49); }
div.DivClassName
{
background-color: #CDA731;
}
.BgClassName
{
background-color: #CDA731;
}
</style>
border-color css
<style>
span { border-color: #CDA731; }
span { border-color: rgb(205,167,49); }
td.TdClassName
{
border-color: #CDA731;
}
.TagClassName
{
border-color: #CDA731;
}
</style>