Shades of Metallic Gold #CDA334
Tints of Metallic Gold #CDA334
RGB
CMYK
RGB Variations
Color information
#CDA334 (or 0xCDA334) is known color: Metallic Gold. HEX triplet: CD, A3 and 34. RGB value is (205,163,52). Sum of RGB (Red+Green+Blue) = 205+163+52=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA334 is #325CCB. Grayscale: #A3A3A3. Windows color (decimal): -3300556 or 3449805. OLE color: 3449805.
HSL color Cylindrical-coordinate representation of color #CDA334: hue angle of 43.53º 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 #CDA334 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 52 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.20 |
| HSL | 43.53º | 0.6% | 0.5% | - |
| HSV(B) | 43.53º | 0.75% | 0.8% | - |
| XYZ | 38.89 | 39.42 | 8.81 | - |
| YUV | 162.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 52 | 0 | 0.20 | 0.75 | 0.20 | 43.53 | 0.6 | 0.5 |
| Hex | CD | A3 | 34 | 0 | 14 | 4B | 14 | 2C | 3C | 32 |
| Octal | 315 | 243 | 64 | 0 | 24 | 113 | 24 | 54 | 74 | 62 |
| Binary | 11001101 | 10100011 | 110100 | 0 | 10100 | 1001011 | 10100 | 101100 | 111100 | 110010 |
Color Harmonies of #CDA334
Complementary color
Monochromatic Colors of #CDA334
Black with #CDA334
Text Example
Text Example
White with #CDA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA334; }
p { color: rgb(205,163,52); }
H1.HeaderClassName
{
color: #CDA334;
}
.AnyTagClassName
{
color: #CDA334;
}
</style>
background-color css
<style>
a { background-color: #CDA334; }
a { background-color: rgb(205,163,52); }
div.DivClassName
{
background-color: #CDA334;
}
.BgClassName
{
background-color: #CDA334;
}
</style>
border-color css
<style>
span { border-color: #CDA334; }
span { border-color: rgb(205,163,52); }
td.TdClassName
{
border-color: #CDA334;
}
.TagClassName
{
border-color: #CDA334;
}
</style>