Shades of Metallic Gold #CDA03A
Tints of Metallic Gold #CDA03A
RGB
CMYK
RGB Variations
Color information
#CDA03A (or 0xCDA03A) is known color: Metallic Gold. HEX triplet: CD, A0 and 3A. RGB value is (205,160,58). Sum of RGB (Red+Green+Blue) = 205+160+58=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA03A is #325FC5. Grayscale: #A2A2A2. Windows color (decimal): -3301318 or 3842253. OLE color: 3842253.
HSL color Cylindrical-coordinate representation of color #CDA03A: hue angle of 41.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDA03A is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 58 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.20 |
| HSL | 41.63º | 0.6% | 0.52% | - |
| HSV(B) | 41.63º | 0.72% | 0.8% | - |
| XYZ | 38.51 | 38.43 | 9.39 | - |
| YUV | 161.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 58 | 0 | 0.22 | 0.72 | 0.20 | 41.63 | 0.6 | 0.52 |
| Hex | CD | A0 | 3A | 0 | 16 | 48 | 14 | 2A | 3C | 34 |
| Octal | 315 | 240 | 72 | 0 | 26 | 110 | 24 | 52 | 74 | 64 |
| Binary | 11001101 | 10100000 | 111010 | 0 | 10110 | 1001000 | 10100 | 101010 | 111100 | 110100 |
Color Harmonies of #CDA03A
Complementary color
Monochromatic Colors of #CDA03A
Black with #CDA03A
Text Example
Text Example
White with #CDA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA03A; }
p { color: rgb(205,160,58); }
H1.HeaderClassName
{
color: #CDA03A;
}
.AnyTagClassName
{
color: #CDA03A;
}
</style>
background-color css
<style>
a { background-color: #CDA03A; }
a { background-color: rgb(205,160,58); }
div.DivClassName
{
background-color: #CDA03A;
}
.BgClassName
{
background-color: #CDA03A;
}
</style>
border-color css
<style>
span { border-color: #CDA03A; }
span { border-color: rgb(205,160,58); }
td.TdClassName
{
border-color: #CDA03A;
}
.TagClassName
{
border-color: #CDA03A;
}
</style>