Shades of Metallic Gold #CDA53C
Tints of Metallic Gold #CDA53C
RGB
CMYK
RGB Variations
Color information
#CDA53C (or 0xCDA53C) is known color: Metallic Gold. HEX triplet: CD, A5 and 3C. RGB value is (205,165,60). Sum of RGB (Red+Green+Blue) = 205+165+60=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA53C is #325AC3. Grayscale: #A5A5A5. Windows color (decimal): -3300036 or 3974605. OLE color: 3974605.
HSL color Cylindrical-coordinate representation of color #CDA53C: hue angle of 43.45º 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 #CDA53C is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 60 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.20 |
| HSL | 43.45º | 0.59% | 0.52% | - |
| HSV(B) | 43.45º | 0.71% | 0.8% | - |
| XYZ | 39.45 | 40.22 | 9.96 | - |
| YUV | 164.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 60 | 0 | 0.20 | 0.71 | 0.20 | 43.45 | 0.59 | 0.52 |
| Hex | CD | A5 | 3C | 0 | 14 | 47 | 14 | 2B | 3B | 34 |
| Octal | 315 | 245 | 74 | 0 | 24 | 107 | 24 | 53 | 73 | 64 |
| Binary | 11001101 | 10100101 | 111100 | 0 | 10100 | 1000111 | 10100 | 101011 | 111011 | 110100 |
Color Harmonies of #CDA53C
Complementary color
Monochromatic Colors of #CDA53C
Black with #CDA53C
Text Example
Text Example
White with #CDA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA53C; }
p { color: rgb(205,165,60); }
H1.HeaderClassName
{
color: #CDA53C;
}
.AnyTagClassName
{
color: #CDA53C;
}
</style>
background-color css
<style>
a { background-color: #CDA53C; }
a { background-color: rgb(205,165,60); }
div.DivClassName
{
background-color: #CDA53C;
}
.BgClassName
{
background-color: #CDA53C;
}
</style>
border-color css
<style>
span { border-color: #CDA53C; }
span { border-color: rgb(205,165,60); }
td.TdClassName
{
border-color: #CDA53C;
}
.TagClassName
{
border-color: #CDA53C;
}
</style>