Shades of Metallic Gold #CDA93F
Tints of Metallic Gold #CDA93F
RGB
CMYK
RGB Variations
Color information
#CDA93F (or 0xCDA93F) is known color: Metallic Gold. HEX triplet: CD, A9 and 3F. RGB value is (205,169,63). Sum of RGB (Red+Green+Blue) = 205+169+63=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA93F is #3256C0. Grayscale: #A8A8A8. Windows color (decimal): -3299009 or 4172237. OLE color: 4172237.
HSL color Cylindrical-coordinate representation of color #CDA93F: hue angle of 44.79º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDA93F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 63 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.20 |
| HSL | 44.79º | 0.59% | 0.53% | - |
| HSV(B) | 44.79º | 0.69% | 0.8% | - |
| XYZ | 40.26 | 41.71 | 10.63 | - |
| YUV | 167.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 63 | 0 | 0.18 | 0.69 | 0.20 | 44.79 | 0.59 | 0.53 |
| Hex | CD | A9 | 3F | 0 | 12 | 45 | 14 | 2D | 3B | 35 |
| Octal | 315 | 251 | 77 | 0 | 22 | 105 | 24 | 55 | 73 | 65 |
| Binary | 11001101 | 10101001 | 111111 | 0 | 10010 | 1000101 | 10100 | 101101 | 111011 | 110101 |
Color Harmonies of #CDA93F
Complementary color
Monochromatic Colors of #CDA93F
Black with #CDA93F
Text Example
Text Example
White with #CDA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA93F; }
p { color: rgb(205,169,63); }
H1.HeaderClassName
{
color: #CDA93F;
}
.AnyTagClassName
{
color: #CDA93F;
}
</style>
background-color css
<style>
a { background-color: #CDA93F; }
a { background-color: rgb(205,169,63); }
div.DivClassName
{
background-color: #CDA93F;
}
.BgClassName
{
background-color: #CDA93F;
}
</style>
border-color css
<style>
span { border-color: #CDA93F; }
span { border-color: rgb(205,169,63); }
td.TdClassName
{
border-color: #CDA93F;
}
.TagClassName
{
border-color: #CDA93F;
}
</style>