Shades of Metallic Gold #CDA239
Tints of Metallic Gold #CDA239
RGB
CMYK
RGB Variations
Color information
#CDA239 (or 0xCDA239) is known color: Metallic Gold. HEX triplet: CD, A2 and 39. RGB value is (205,162,57). Sum of RGB (Red+Green+Blue) = 205+162+57=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA239 is #325DC6. Grayscale: #A3A3A3. Windows color (decimal): -3300807 or 3777229. OLE color: 3777229.
HSL color Cylindrical-coordinate representation of color #CDA239: hue angle of 42.57º 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 #CDA239 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 57 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.20 |
| HSL | 42.57º | 0.6% | 0.51% | - |
| HSV(B) | 42.57º | 0.72% | 0.8% | - |
| XYZ | 38.84 | 39.12 | 9.37 | - |
| YUV | 162.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 57 | 0 | 0.21 | 0.72 | 0.20 | 42.57 | 0.6 | 0.51 |
| Hex | CD | A2 | 39 | 0 | 15 | 48 | 14 | 2B | 3C | 33 |
| Octal | 315 | 242 | 71 | 0 | 25 | 110 | 24 | 53 | 74 | 63 |
| Binary | 11001101 | 10100010 | 111001 | 0 | 10101 | 1001000 | 10100 | 101011 | 111100 | 110011 |
Color Harmonies of #CDA239
Complementary color
Monochromatic Colors of #CDA239
Black with #CDA239
Text Example
Text Example
White with #CDA239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA239; }
p { color: rgb(205,162,57); }
H1.HeaderClassName
{
color: #CDA239;
}
.AnyTagClassName
{
color: #CDA239;
}
</style>
background-color css
<style>
a { background-color: #CDA239; }
a { background-color: rgb(205,162,57); }
div.DivClassName
{
background-color: #CDA239;
}
.BgClassName
{
background-color: #CDA239;
}
</style>
border-color css
<style>
span { border-color: #CDA239; }
span { border-color: rgb(205,162,57); }
td.TdClassName
{
border-color: #CDA239;
}
.TagClassName
{
border-color: #CDA239;
}
</style>