Shades of Metallic Gold #CDA934
Tints of Metallic Gold #CDA934
RGB
CMYK
RGB Variations
Color information
#CDA934 (or 0xCDA934) is known color: Metallic Gold. HEX triplet: CD, A9 and 34. RGB value is (205,169,52). Sum of RGB (Red+Green+Blue) = 205+169+52=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA934 is #3256CB. Grayscale: #A6A6A6. Windows color (decimal): -3299020 or 3451341. OLE color: 3451341.
HSL color Cylindrical-coordinate representation of color #CDA934: hue angle of 45.88º 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 #CDA934 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 52 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.20 |
| HSL | 45.88º | 0.6% | 0.5% | - |
| HSV(B) | 45.88º | 0.75% | 0.8% | - |
| XYZ | 39.98 | 41.6 | 9.17 | - |
| YUV | 166.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 52 | 0 | 0.18 | 0.75 | 0.20 | 45.88 | 0.6 | 0.5 |
| Hex | CD | A9 | 34 | 0 | 12 | 4B | 14 | 2E | 3C | 32 |
| Octal | 315 | 251 | 64 | 0 | 22 | 113 | 24 | 56 | 74 | 62 |
| Binary | 11001101 | 10101001 | 110100 | 0 | 10010 | 1001011 | 10100 | 101110 | 111100 | 110010 |
Color Harmonies of #CDA934
Complementary color
Monochromatic Colors of #CDA934
Black with #CDA934
Text Example
Text Example
White with #CDA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA934; }
p { color: rgb(205,169,52); }
H1.HeaderClassName
{
color: #CDA934;
}
.AnyTagClassName
{
color: #CDA934;
}
</style>
background-color css
<style>
a { background-color: #CDA934; }
a { background-color: rgb(205,169,52); }
div.DivClassName
{
background-color: #CDA934;
}
.BgClassName
{
background-color: #CDA934;
}
</style>
border-color css
<style>
span { border-color: #CDA934; }
span { border-color: rgb(205,169,52); }
td.TdClassName
{
border-color: #CDA934;
}
.TagClassName
{
border-color: #CDA934;
}
</style>