Shades of Metallic Gold #CDA43C
Tints of Metallic Gold #CDA43C
RGB
CMYK
RGB Variations
Color information
#CDA43C (or 0xCDA43C) is known color: Metallic Gold. HEX triplet: CD, A4 and 3C. RGB value is (205,164,60). Sum of RGB (Red+Green+Blue) = 205+164+60=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA43C is #325BC3. Grayscale: #A4A4A4. Windows color (decimal): -3300292 or 3974349. OLE color: 3974349.
HSL color Cylindrical-coordinate representation of color #CDA43C: hue angle of 43.03º 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 #CDA43C is Cyan = 0, Magento = 0.2, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 60 | - |
| CMYK | 0 | 0.2 | 0.71 | 0.20 |
| HSL | 43.03º | 0.59% | 0.52% | - |
| HSV(B) | 43.03º | 0.71% | 0.8% | - |
| XYZ | 39.27 | 39.86 | 9.9 | - |
| YUV | 164.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 60 | 0 | 0.2 | 0.71 | 0.20 | 43.03 | 0.59 | 0.52 |
| Hex | CD | A4 | 3C | 0 | 14 | 47 | 14 | 2B | 3B | 34 |
| Octal | 315 | 244 | 74 | 0 | 24 | 107 | 24 | 53 | 73 | 64 |
| Binary | 11001101 | 10100100 | 111100 | 0 | 10100 | 1000111 | 10100 | 101011 | 111011 | 110100 |
Color Harmonies of #CDA43C
Complementary color
Monochromatic Colors of #CDA43C
Black with #CDA43C
Text Example
Text Example
White with #CDA43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA43C; }
p { color: rgb(205,164,60); }
H1.HeaderClassName
{
color: #CDA43C;
}
.AnyTagClassName
{
color: #CDA43C;
}
</style>
background-color css
<style>
a { background-color: #CDA43C; }
a { background-color: rgb(205,164,60); }
div.DivClassName
{
background-color: #CDA43C;
}
.BgClassName
{
background-color: #CDA43C;
}
</style>
border-color css
<style>
span { border-color: #CDA43C; }
span { border-color: rgb(205,164,60); }
td.TdClassName
{
border-color: #CDA43C;
}
.TagClassName
{
border-color: #CDA43C;
}
</style>