Shades of Metallic Gold #CDA93C
Tints of Metallic Gold #CDA93C
RGB
CMYK
RGB Variations
Color information
#CDA93C (or 0xCDA93C) is known color: Metallic Gold. HEX triplet: CD, A9 and 3C. RGB value is (205,169,60). Sum of RGB (Red+Green+Blue) = 205+169+60=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA93C is #3256C3. Grayscale: #A7A7A7. Windows color (decimal): -3299012 or 3975629. OLE color: 3975629.
HSL color Cylindrical-coordinate representation of color #CDA93C: hue angle of 45.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDA93C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 60 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.20 |
| HSL | 45.1º | 0.59% | 0.52% | - |
| HSV(B) | 45.1º | 0.71% | 0.8% | - |
| XYZ | 40.18 | 41.68 | 10.2 | - |
| YUV | 167.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 60 | 0 | 0.18 | 0.71 | 0.20 | 45.1 | 0.59 | 0.52 |
| Hex | CD | A9 | 3C | 0 | 12 | 47 | 14 | 2D | 3B | 34 |
| Octal | 315 | 251 | 74 | 0 | 22 | 107 | 24 | 55 | 73 | 64 |
| Binary | 11001101 | 10101001 | 111100 | 0 | 10010 | 1000111 | 10100 | 101101 | 111011 | 110100 |
Color Harmonies of #CDA93C
Complementary color
Monochromatic Colors of #CDA93C
Black with #CDA93C
Text Example
Text Example
White with #CDA93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA93C; }
p { color: rgb(205,169,60); }
H1.HeaderClassName
{
color: #CDA93C;
}
.AnyTagClassName
{
color: #CDA93C;
}
</style>
background-color css
<style>
a { background-color: #CDA93C; }
a { background-color: rgb(205,169,60); }
div.DivClassName
{
background-color: #CDA93C;
}
.BgClassName
{
background-color: #CDA93C;
}
</style>
border-color css
<style>
span { border-color: #CDA93C; }
span { border-color: rgb(205,169,60); }
td.TdClassName
{
border-color: #CDA93C;
}
.TagClassName
{
border-color: #CDA93C;
}
</style>