Shades of Metallic Gold #CDA03F
Tints of Metallic Gold #CDA03F
RGB
CMYK
RGB Variations
Color information
#CDA03F (or 0xCDA03F) is known color: Metallic Gold. HEX triplet: CD, A0 and 3F. RGB value is (205,160,63). Sum of RGB (Red+Green+Blue) = 205+160+63=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA03F is #325FC0. Grayscale: #A2A2A2. Windows color (decimal): -3301313 or 4169933. OLE color: 4169933.
HSL color Cylindrical-coordinate representation of color #CDA03F: hue angle of 40.99º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDA03F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 63 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.20 |
| HSL | 40.99º | 0.59% | 0.53% | - |
| HSV(B) | 40.99º | 0.69% | 0.8% | - |
| XYZ | 38.64 | 38.48 | 10.09 | - |
| YUV | 162.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 63 | 0 | 0.22 | 0.69 | 0.20 | 40.99 | 0.59 | 0.53 |
| Hex | CD | A0 | 3F | 0 | 16 | 45 | 14 | 29 | 3B | 35 |
| Octal | 315 | 240 | 77 | 0 | 26 | 105 | 24 | 51 | 73 | 65 |
| Binary | 11001101 | 10100000 | 111111 | 0 | 10110 | 1000101 | 10100 | 101001 | 111011 | 110101 |
Color Harmonies of #CDA03F
Complementary color
Monochromatic Colors of #CDA03F
Black with #CDA03F
Text Example
Text Example
White with #CDA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA03F; }
p { color: rgb(205,160,63); }
H1.HeaderClassName
{
color: #CDA03F;
}
.AnyTagClassName
{
color: #CDA03F;
}
</style>
background-color css
<style>
a { background-color: #CDA03F; }
a { background-color: rgb(205,160,63); }
div.DivClassName
{
background-color: #CDA03F;
}
.BgClassName
{
background-color: #CDA03F;
}
</style>
border-color css
<style>
span { border-color: #CDA03F; }
span { border-color: rgb(205,160,63); }
td.TdClassName
{
border-color: #CDA03F;
}
.TagClassName
{
border-color: #CDA03F;
}
</style>