Shades of Metallic Gold #CDA741
Tints of Metallic Gold #CDA741
RGB
CMYK
RGB Variations
Color information
#CDA741 (or 0xCDA741) is known color: Metallic Gold. HEX triplet: CD, A7 and 41. RGB value is (205,167,65). Sum of RGB (Red+Green+Blue) = 205+167+65=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA741 is #3258BE. Grayscale: #A7A7A7. Windows color (decimal): -3299519 or 4302797. OLE color: 4302797.
HSL color Cylindrical-coordinate representation of color #CDA741: hue angle of 43.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDA741 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 65 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.20 |
| HSL | 43.71º | 0.58% | 0.53% | - |
| HSV(B) | 43.71º | 0.68% | 0.8% | - |
| XYZ | 39.95 | 41 | 10.81 | - |
| YUV | 166.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 65 | 0 | 0.19 | 0.68 | 0.20 | 43.71 | 0.58 | 0.53 |
| Hex | CD | A7 | 41 | 0 | 13 | 44 | 14 | 2C | 3A | 35 |
| Octal | 315 | 247 | 101 | 0 | 23 | 104 | 24 | 54 | 72 | 65 |
| Binary | 11001101 | 10100111 | 1000001 | 0 | 10011 | 1000100 | 10100 | 101100 | 111010 | 110101 |
Color Harmonies of #CDA741
Complementary color
Monochromatic Colors of #CDA741
Black with #CDA741
Text Example
Text Example
White with #CDA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA741; }
p { color: rgb(205,167,65); }
H1.HeaderClassName
{
color: #CDA741;
}
.AnyTagClassName
{
color: #CDA741;
}
</style>
background-color css
<style>
a { background-color: #CDA741; }
a { background-color: rgb(205,167,65); }
div.DivClassName
{
background-color: #CDA741;
}
.BgClassName
{
background-color: #CDA741;
}
</style>
border-color css
<style>
span { border-color: #CDA741; }
span { border-color: rgb(205,167,65); }
td.TdClassName
{
border-color: #CDA741;
}
.TagClassName
{
border-color: #CDA741;
}
</style>