Shades of Metallic Gold #CDA230
Tints of Metallic Gold #CDA230
RGB
CMYK
RGB Variations
Color information
#CDA230 (or 0xCDA230) is known color: Metallic Gold. HEX triplet: CD, A2 and 30. RGB value is (205,162,48). Sum of RGB (Red+Green+Blue) = 205+162+48=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA230 is #325DCF. Grayscale: #A2A2A2. Windows color (decimal): -3300816 or 3187405. OLE color: 3187405.
HSL color Cylindrical-coordinate representation of color #CDA230: hue angle of 43.57º 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 #CDA230 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 48 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.20 |
| HSL | 43.57º | 0.62% | 0.5% | - |
| HSV(B) | 43.57º | 0.77% | 0.8% | - |
| XYZ | 38.63 | 39.03 | 8.29 | - |
| YUV | 161.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 48 | 0 | 0.21 | 0.77 | 0.20 | 43.57 | 0.62 | 0.5 |
| Hex | CD | A2 | 30 | 0 | 15 | 4D | 14 | 2C | 3E | 32 |
| Octal | 315 | 242 | 60 | 0 | 25 | 115 | 24 | 54 | 76 | 62 |
| Binary | 11001101 | 10100010 | 110000 | 0 | 10101 | 1001101 | 10100 | 101100 | 111110 | 110010 |
Color Harmonies of #CDA230
Complementary color
Monochromatic Colors of #CDA230
Black with #CDA230
Text Example
Text Example
White with #CDA230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA230; }
p { color: rgb(205,162,48); }
H1.HeaderClassName
{
color: #CDA230;
}
.AnyTagClassName
{
color: #CDA230;
}
</style>
background-color css
<style>
a { background-color: #CDA230; }
a { background-color: rgb(205,162,48); }
div.DivClassName
{
background-color: #CDA230;
}
.BgClassName
{
background-color: #CDA230;
}
</style>
border-color css
<style>
span { border-color: #CDA230; }
span { border-color: rgb(205,162,48); }
td.TdClassName
{
border-color: #CDA230;
}
.TagClassName
{
border-color: #CDA230;
}
</style>