Shades of Metallic Gold #CDA734
Tints of Metallic Gold #CDA734
RGB
CMYK
RGB Variations
Color information
#CDA734 (or 0xCDA734) is known color: Metallic Gold. HEX triplet: CD, A7 and 34. RGB value is (205,167,52). Sum of RGB (Red+Green+Blue) = 205+167+52=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA734 is #3258CB. Grayscale: #A5A5A5. Windows color (decimal): -3299532 or 3450829. OLE color: 3450829.
HSL color Cylindrical-coordinate representation of color #CDA734: hue angle of 45.1º 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 #CDA734 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 52 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.20 |
| HSL | 45.1º | 0.6% | 0.5% | - |
| HSV(B) | 45.1º | 0.75% | 0.8% | - |
| XYZ | 39.62 | 40.86 | 9.05 | - |
| YUV | 165.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 52 | 0 | 0.19 | 0.75 | 0.20 | 45.1 | 0.6 | 0.5 |
| Hex | CD | A7 | 34 | 0 | 13 | 4B | 14 | 2D | 3C | 32 |
| Octal | 315 | 247 | 64 | 0 | 23 | 113 | 24 | 55 | 74 | 62 |
| Binary | 11001101 | 10100111 | 110100 | 0 | 10011 | 1001011 | 10100 | 101101 | 111100 | 110010 |
Color Harmonies of #CDA734
Complementary color
Monochromatic Colors of #CDA734
Black with #CDA734
Text Example
Text Example
White with #CDA734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA734; }
p { color: rgb(205,167,52); }
H1.HeaderClassName
{
color: #CDA734;
}
.AnyTagClassName
{
color: #CDA734;
}
</style>
background-color css
<style>
a { background-color: #CDA734; }
a { background-color: rgb(205,167,52); }
div.DivClassName
{
background-color: #CDA734;
}
.BgClassName
{
background-color: #CDA734;
}
</style>
border-color css
<style>
span { border-color: #CDA734; }
span { border-color: rgb(205,167,52); }
td.TdClassName
{
border-color: #CDA734;
}
.TagClassName
{
border-color: #CDA734;
}
</style>