Shades of Metallic Gold #CDA737
Tints of Metallic Gold #CDA737
RGB
CMYK
RGB Variations
Color information
#CDA737 (or 0xCDA737) is known color: Metallic Gold. HEX triplet: CD, A7 and 37. RGB value is (205,167,55). Sum of RGB (Red+Green+Blue) = 205+167+55=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA737 is #3258C8. Grayscale: #A6A6A6. Windows color (decimal): -3299529 or 3647437. OLE color: 3647437.
HSL color Cylindrical-coordinate representation of color #CDA737: hue angle of 44.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDA737 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 55 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.20 |
| HSL | 44.8º | 0.6% | 0.51% | - |
| HSV(B) | 44.8º | 0.73% | 0.8% | - |
| XYZ | 39.69 | 40.89 | 9.42 | - |
| YUV | 165.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 55 | 0 | 0.19 | 0.73 | 0.20 | 44.8 | 0.6 | 0.51 |
| Hex | CD | A7 | 37 | 0 | 13 | 49 | 14 | 2D | 3C | 33 |
| Octal | 315 | 247 | 67 | 0 | 23 | 111 | 24 | 55 | 74 | 63 |
| Binary | 11001101 | 10100111 | 110111 | 0 | 10011 | 1001001 | 10100 | 101101 | 111100 | 110011 |
Color Harmonies of #CDA737
Complementary color
Monochromatic Colors of #CDA737
Black with #CDA737
Text Example
Text Example
White with #CDA737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA737; }
p { color: rgb(205,167,55); }
H1.HeaderClassName
{
color: #CDA737;
}
.AnyTagClassName
{
color: #CDA737;
}
</style>
background-color css
<style>
a { background-color: #CDA737; }
a { background-color: rgb(205,167,55); }
div.DivClassName
{
background-color: #CDA737;
}
.BgClassName
{
background-color: #CDA737;
}
</style>
border-color css
<style>
span { border-color: #CDA737; }
span { border-color: rgb(205,167,55); }
td.TdClassName
{
border-color: #CDA737;
}
.TagClassName
{
border-color: #CDA737;
}
</style>