Shades of Metallic Gold #CDA339
Tints of Metallic Gold #CDA339
RGB
CMYK
RGB Variations
Color information
#CDA339 (or 0xCDA339) is known color: Metallic Gold. HEX triplet: CD, A3 and 39. RGB value is (205,163,57). Sum of RGB (Red+Green+Blue) = 205+163+57=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA339 is #325CC6. Grayscale: #A3A3A3. Windows color (decimal): -3300551 or 3777485. OLE color: 3777485.
HSL color Cylindrical-coordinate representation of color #CDA339: hue angle of 42.97º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDA339 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 57 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.20 |
| HSL | 42.97º | 0.6% | 0.51% | - |
| HSV(B) | 42.97º | 0.72% | 0.8% | - |
| XYZ | 39.01 | 39.47 | 9.43 | - |
| YUV | 163.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 57 | 0 | 0.20 | 0.72 | 0.20 | 42.97 | 0.6 | 0.51 |
| Hex | CD | A3 | 39 | 0 | 14 | 48 | 14 | 2B | 3C | 33 |
| Octal | 315 | 243 | 71 | 0 | 24 | 110 | 24 | 53 | 74 | 63 |
| Binary | 11001101 | 10100011 | 111001 | 0 | 10100 | 1001000 | 10100 | 101011 | 111100 | 110011 |
Color Harmonies of #CDA339
Complementary color
Monochromatic Colors of #CDA339
Black with #CDA339
Text Example
Text Example
White with #CDA339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA339; }
p { color: rgb(205,163,57); }
H1.HeaderClassName
{
color: #CDA339;
}
.AnyTagClassName
{
color: #CDA339;
}
</style>
background-color css
<style>
a { background-color: #CDA339; }
a { background-color: rgb(205,163,57); }
div.DivClassName
{
background-color: #CDA339;
}
.BgClassName
{
background-color: #CDA339;
}
</style>
border-color css
<style>
span { border-color: #CDA339; }
span { border-color: rgb(205,163,57); }
td.TdClassName
{
border-color: #CDA339;
}
.TagClassName
{
border-color: #CDA339;
}
</style>