Shades of Metallic Gold #CDAC3C
Tints of Metallic Gold #CDAC3C
RGB
CMYK
RGB Variations
Color information
#CDAC3C (or 0xCDAC3C) is known color: Metallic Gold. HEX triplet: CD, AC and 3C. RGB value is (205,172,60). Sum of RGB (Red+Green+Blue) = 205+172+60=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAC3C is #3253C3. Grayscale: #A9A9A9. Windows color (decimal): -3298244 or 3976397. OLE color: 3976397.
HSL color Cylindrical-coordinate representation of color #CDAC3C: hue angle of 46.34º 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 #CDAC3C is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 60 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.20 |
| HSL | 46.34º | 0.59% | 0.52% | - |
| HSV(B) | 46.34º | 0.71% | 0.8% | - |
| XYZ | 40.74 | 42.81 | 10.39 | - |
| YUV | 169.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 60 | 0 | 0.16 | 0.71 | 0.20 | 46.34 | 0.59 | 0.52 |
| Hex | CD | AC | 3C | 0 | 10 | 47 | 14 | 2E | 3B | 34 |
| Octal | 315 | 254 | 74 | 0 | 20 | 107 | 24 | 56 | 73 | 64 |
| Binary | 11001101 | 10101100 | 111100 | 0 | 10000 | 1000111 | 10100 | 101110 | 111011 | 110100 |
Color Harmonies of #CDAC3C
Complementary color
Monochromatic Colors of #CDAC3C
Black with #CDAC3C
Text Example
Text Example
White with #CDAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC3C; }
p { color: rgb(205,172,60); }
H1.HeaderClassName
{
color: #CDAC3C;
}
.AnyTagClassName
{
color: #CDAC3C;
}
</style>
background-color css
<style>
a { background-color: #CDAC3C; }
a { background-color: rgb(205,172,60); }
div.DivClassName
{
background-color: #CDAC3C;
}
.BgClassName
{
background-color: #CDAC3C;
}
</style>
border-color css
<style>
span { border-color: #CDAC3C; }
span { border-color: rgb(205,172,60); }
td.TdClassName
{
border-color: #CDAC3C;
}
.TagClassName
{
border-color: #CDAC3C;
}
</style>