Shades of Metallic Gold #CDA937
Tints of Metallic Gold #CDA937
RGB
CMYK
RGB Variations
Color information
#CDA937 (or 0xCDA937) is known color: Metallic Gold. HEX triplet: CD, A9 and 37. RGB value is (205,169,55). Sum of RGB (Red+Green+Blue) = 205+169+55=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA937 is #3256C8. Grayscale: #A7A7A7. Windows color (decimal): -3299017 or 3647949. OLE color: 3647949.
HSL color Cylindrical-coordinate representation of color #CDA937: hue angle of 45.6º 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 #CDA937 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 55 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.20 |
| HSL | 45.6º | 0.6% | 0.51% | - |
| HSV(B) | 45.6º | 0.73% | 0.8% | - |
| XYZ | 40.05 | 41.63 | 9.54 | - |
| YUV | 166.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 55 | 0 | 0.18 | 0.73 | 0.20 | 45.6 | 0.6 | 0.51 |
| Hex | CD | A9 | 37 | 0 | 12 | 49 | 14 | 2E | 3C | 33 |
| Octal | 315 | 251 | 67 | 0 | 22 | 111 | 24 | 56 | 74 | 63 |
| Binary | 11001101 | 10101001 | 110111 | 0 | 10010 | 1001001 | 10100 | 101110 | 111100 | 110011 |
Color Harmonies of #CDA937
Complementary color
Monochromatic Colors of #CDA937
Black with #CDA937
Text Example
Text Example
White with #CDA937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA937; }
p { color: rgb(205,169,55); }
H1.HeaderClassName
{
color: #CDA937;
}
.AnyTagClassName
{
color: #CDA937;
}
</style>
background-color css
<style>
a { background-color: #CDA937; }
a { background-color: rgb(205,169,55); }
div.DivClassName
{
background-color: #CDA937;
}
.BgClassName
{
background-color: #CDA937;
}
</style>
border-color css
<style>
span { border-color: #CDA937; }
span { border-color: rgb(205,169,55); }
td.TdClassName
{
border-color: #CDA937;
}
.TagClassName
{
border-color: #CDA937;
}
</style>