Shades of Metallic Gold #CDAC2D
Tints of Metallic Gold #CDAC2D
RGB
CMYK
RGB Variations
Color information
#CDAC2D (or 0xCDAC2D) is known color: Metallic Gold. HEX triplet: CD, AC and 2D. RGB value is (205,172,45). Sum of RGB (Red+Green+Blue) = 205+172+45=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAC2D is #3253D2. Grayscale: #A7A7A7. Windows color (decimal): -3298259 or 2993357. OLE color: 2993357.
HSL color Cylindrical-coordinate representation of color #CDAC2D: hue angle of 47.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDAC2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.20 |
| HSL | 47.63º | 0.64% | 0.49% | - |
| HSV(B) | 47.63º | 0.78% | 0.8% | - |
| XYZ | 40.4 | 42.67 | 8.59 | - |
| YUV | 167.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 45 | 0 | 0.16 | 0.78 | 0.20 | 47.63 | 0.64 | 0.49 |
| Hex | CD | AC | 2D | 0 | 10 | 4E | 14 | 30 | 40 | 31 |
| Octal | 315 | 254 | 55 | 0 | 20 | 116 | 24 | 60 | 100 | 61 |
| Binary | 11001101 | 10101100 | 101101 | 0 | 10000 | 1001110 | 10100 | 110000 | 1000000 | 110001 |
Color Harmonies of #CDAC2D
Complementary color
Monochromatic Colors of #CDAC2D
Black with #CDAC2D
Text Example
Text Example
White with #CDAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC2D; }
p { color: rgb(205,172,45); }
H1.HeaderClassName
{
color: #CDAC2D;
}
.AnyTagClassName
{
color: #CDAC2D;
}
</style>
background-color css
<style>
a { background-color: #CDAC2D; }
a { background-color: rgb(205,172,45); }
div.DivClassName
{
background-color: #CDAC2D;
}
.BgClassName
{
background-color: #CDAC2D;
}
</style>
border-color css
<style>
span { border-color: #CDAC2D; }
span { border-color: rgb(205,172,45); }
td.TdClassName
{
border-color: #CDAC2D;
}
.TagClassName
{
border-color: #CDAC2D;
}
</style>