Shades of Metallic Gold #CDA42F
Tints of Metallic Gold #CDA42F
RGB
CMYK
RGB Variations
Color information
#CDA42F (or 0xCDA42F) is known color: Metallic Gold. HEX triplet: CD, A4 and 2F. RGB value is (205,164,47). Sum of RGB (Red+Green+Blue) = 205+164+47=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA42F is #325BD0. Grayscale: #A3A3A3. Windows color (decimal): -3300305 or 3122381. OLE color: 3122381.
HSL color Cylindrical-coordinate representation of color #CDA42F: hue angle of 44.43º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDA42F is Cyan = 0, Magento = 0.2, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 47 | - |
| CMYK | 0 | 0.2 | 0.77 | 0.20 |
| HSL | 44.43º | 0.63% | 0.49% | - |
| HSV(B) | 44.43º | 0.77% | 0.8% | - |
| XYZ | 38.97 | 39.74 | 8.31 | - |
| YUV | 162.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 47 | 0 | 0.2 | 0.77 | 0.20 | 44.43 | 0.63 | 0.49 |
| Hex | CD | A4 | 2F | 0 | 14 | 4D | 14 | 2C | 3F | 31 |
| Octal | 315 | 244 | 57 | 0 | 24 | 115 | 24 | 54 | 77 | 61 |
| Binary | 11001101 | 10100100 | 101111 | 0 | 10100 | 1001101 | 10100 | 101100 | 111111 | 110001 |
Color Harmonies of #CDA42F
Complementary color
Monochromatic Colors of #CDA42F
Black with #CDA42F
Text Example
Text Example
White with #CDA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA42F; }
p { color: rgb(205,164,47); }
H1.HeaderClassName
{
color: #CDA42F;
}
.AnyTagClassName
{
color: #CDA42F;
}
</style>
background-color css
<style>
a { background-color: #CDA42F; }
a { background-color: rgb(205,164,47); }
div.DivClassName
{
background-color: #CDA42F;
}
.BgClassName
{
background-color: #CDA42F;
}
</style>
border-color css
<style>
span { border-color: #CDA42F; }
span { border-color: rgb(205,164,47); }
td.TdClassName
{
border-color: #CDA42F;
}
.TagClassName
{
border-color: #CDA42F;
}
</style>