Shades of Metallic Gold #CDA237
Tints of Metallic Gold #CDA237
RGB
CMYK
RGB Variations
Color information
#CDA237 (or 0xCDA237) is known color: Metallic Gold. HEX triplet: CD, A2 and 37. RGB value is (205,162,55). Sum of RGB (Red+Green+Blue) = 205+162+55=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA237 is #325DC8. Grayscale: #A3A3A3. Windows color (decimal): -3300809 or 3646157. OLE color: 3646157.
HSL color Cylindrical-coordinate representation of color #CDA237: hue angle of 42.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 #CDA237 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 55 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.20 |
| HSL | 42.8º | 0.6% | 0.51% | - |
| HSV(B) | 42.8º | 0.73% | 0.8% | - |
| XYZ | 38.79 | 39.1 | 9.12 | - |
| YUV | 162.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 55 | 0 | 0.21 | 0.73 | 0.20 | 42.8 | 0.6 | 0.51 |
| Hex | CD | A2 | 37 | 0 | 15 | 49 | 14 | 2B | 3C | 33 |
| Octal | 315 | 242 | 67 | 0 | 25 | 111 | 24 | 53 | 74 | 63 |
| Binary | 11001101 | 10100010 | 110111 | 0 | 10101 | 1001001 | 10100 | 101011 | 111100 | 110011 |
Color Harmonies of #CDA237
Complementary color
Monochromatic Colors of #CDA237
Black with #CDA237
Text Example
Text Example
White with #CDA237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA237; }
p { color: rgb(205,162,55); }
H1.HeaderClassName
{
color: #CDA237;
}
.AnyTagClassName
{
color: #CDA237;
}
</style>
background-color css
<style>
a { background-color: #CDA237; }
a { background-color: rgb(205,162,55); }
div.DivClassName
{
background-color: #CDA237;
}
.BgClassName
{
background-color: #CDA237;
}
</style>
border-color css
<style>
span { border-color: #CDA237; }
span { border-color: rgb(205,162,55); }
td.TdClassName
{
border-color: #CDA237;
}
.TagClassName
{
border-color: #CDA237;
}
</style>