Shades of Metallic Gold #CDA135
Tints of Metallic Gold #CDA135
RGB
CMYK
RGB Variations
Color information
#CDA135 (or 0xCDA135) is known color: Metallic Gold. HEX triplet: CD, A1 and 35. RGB value is (205,161,53). Sum of RGB (Red+Green+Blue) = 205+161+53=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA135 is #325ECA. Grayscale: #A2A2A2. Windows color (decimal): -3301067 or 3514829. OLE color: 3514829.
HSL color Cylindrical-coordinate representation of color #CDA135: hue angle of 42.63º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDA135 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 53 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.20 |
| HSL | 42.63º | 0.6% | 0.51% | - |
| HSV(B) | 42.63º | 0.74% | 0.8% | - |
| XYZ | 38.56 | 38.73 | 8.81 | - |
| YUV | 161.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 53 | 0 | 0.21 | 0.74 | 0.20 | 42.63 | 0.6 | 0.51 |
| Hex | CD | A1 | 35 | 0 | 15 | 4A | 14 | 2B | 3C | 33 |
| Octal | 315 | 241 | 65 | 0 | 25 | 112 | 24 | 53 | 74 | 63 |
| Binary | 11001101 | 10100001 | 110101 | 0 | 10101 | 1001010 | 10100 | 101011 | 111100 | 110011 |
Color Harmonies of #CDA135
Complementary color
Monochromatic Colors of #CDA135
Black with #CDA135
Text Example
Text Example
White with #CDA135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA135; }
p { color: rgb(205,161,53); }
H1.HeaderClassName
{
color: #CDA135;
}
.AnyTagClassName
{
color: #CDA135;
}
</style>
background-color css
<style>
a { background-color: #CDA135; }
a { background-color: rgb(205,161,53); }
div.DivClassName
{
background-color: #CDA135;
}
.BgClassName
{
background-color: #CDA135;
}
</style>
border-color css
<style>
span { border-color: #CDA135; }
span { border-color: rgb(205,161,53); }
td.TdClassName
{
border-color: #CDA135;
}
.TagClassName
{
border-color: #CDA135;
}
</style>