Shades of Metallic Gold #CDA234
Tints of Metallic Gold #CDA234
RGB
CMYK
RGB Variations
Color information
#CDA234 (or 0xCDA234) is known color: Metallic Gold. HEX triplet: CD, A2 and 34. RGB value is (205,162,52). Sum of RGB (Red+Green+Blue) = 205+162+52=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA234 is #325DCB. Grayscale: #A2A2A2. Windows color (decimal): -3300812 or 3449549. OLE color: 3449549.
HSL color Cylindrical-coordinate representation of color #CDA234: hue angle of 43.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDA234 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 52 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.20 |
| HSL | 43.14º | 0.6% | 0.5% | - |
| HSV(B) | 43.14º | 0.75% | 0.8% | - |
| XYZ | 38.72 | 39.07 | 8.75 | - |
| YUV | 162.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 52 | 0 | 0.21 | 0.75 | 0.20 | 43.14 | 0.6 | 0.5 |
| Hex | CD | A2 | 34 | 0 | 15 | 4B | 14 | 2B | 3C | 32 |
| Octal | 315 | 242 | 64 | 0 | 25 | 113 | 24 | 53 | 74 | 62 |
| Binary | 11001101 | 10100010 | 110100 | 0 | 10101 | 1001011 | 10100 | 101011 | 111100 | 110010 |
Color Harmonies of #CDA234
Complementary color
Monochromatic Colors of #CDA234
Black with #CDA234
Text Example
Text Example
White with #CDA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA234; }
p { color: rgb(205,162,52); }
H1.HeaderClassName
{
color: #CDA234;
}
.AnyTagClassName
{
color: #CDA234;
}
</style>
background-color css
<style>
a { background-color: #CDA234; }
a { background-color: rgb(205,162,52); }
div.DivClassName
{
background-color: #CDA234;
}
.BgClassName
{
background-color: #CDA234;
}
</style>
border-color css
<style>
span { border-color: #CDA234; }
span { border-color: rgb(205,162,52); }
td.TdClassName
{
border-color: #CDA234;
}
.TagClassName
{
border-color: #CDA234;
}
</style>