Shades of Metallic Gold #CDA530
Tints of Metallic Gold #CDA530
RGB
CMYK
RGB Variations
Color information
#CDA530 (or 0xCDA530) is known color: Metallic Gold. HEX triplet: CD, A5 and 30. RGB value is (205,165,48). Sum of RGB (Red+Green+Blue) = 205+165+48=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA530 is #325ACF. Grayscale: #A4A4A4. Windows color (decimal): -3300048 or 3188173. OLE color: 3188173.
HSL color Cylindrical-coordinate representation of color #CDA530: hue angle of 44.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDA530 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 48 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.20 |
| HSL | 44.71º | 0.62% | 0.5% | - |
| HSV(B) | 44.71º | 0.77% | 0.8% | - |
| XYZ | 39.17 | 40.1 | 8.47 | - |
| YUV | 163.62 | 62.75 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 48 | 0 | 0.20 | 0.77 | 0.20 | 44.71 | 0.62 | 0.5 |
| Hex | CD | A5 | 30 | 0 | 14 | 4D | 14 | 2D | 3E | 32 |
| Octal | 315 | 245 | 60 | 0 | 24 | 115 | 24 | 55 | 76 | 62 |
| Binary | 11001101 | 10100101 | 110000 | 0 | 10100 | 1001101 | 10100 | 101101 | 111110 | 110010 |
Color Harmonies of #CDA530
Complementary color
Monochromatic Colors of #CDA530
Black with #CDA530
Text Example
Text Example
White with #CDA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA530; }
p { color: rgb(205,165,48); }
H1.HeaderClassName
{
color: #CDA530;
}
.AnyTagClassName
{
color: #CDA530;
}
</style>
background-color css
<style>
a { background-color: #CDA530; }
a { background-color: rgb(205,165,48); }
div.DivClassName
{
background-color: #CDA530;
}
.BgClassName
{
background-color: #CDA530;
}
</style>
border-color css
<style>
span { border-color: #CDA530; }
span { border-color: rgb(205,165,48); }
td.TdClassName
{
border-color: #CDA530;
}
.TagClassName
{
border-color: #CDA530;
}
</style>