Shades of Metallic Gold #CDA038
Tints of Metallic Gold #CDA038
RGB
CMYK
RGB Variations
Color information
#CDA038 (or 0xCDA038) is known color: Metallic Gold. HEX triplet: CD, A0 and 38. RGB value is (205,160,56). Sum of RGB (Red+Green+Blue) = 205+160+56=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA038 is #325FC7. Grayscale: #A2A2A2. Windows color (decimal): -3301320 or 3711181. OLE color: 3711181.
HSL color Cylindrical-coordinate representation of color #CDA038: hue angle of 41.88º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDA038 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 56 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.20 |
| HSL | 41.88º | 0.6% | 0.51% | - |
| HSV(B) | 41.88º | 0.73% | 0.8% | - |
| XYZ | 38.46 | 38.41 | 9.13 | - |
| YUV | 161.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 56 | 0 | 0.22 | 0.73 | 0.20 | 41.88 | 0.6 | 0.51 |
| Hex | CD | A0 | 38 | 0 | 16 | 49 | 14 | 2A | 3C | 33 |
| Octal | 315 | 240 | 70 | 0 | 26 | 111 | 24 | 52 | 74 | 63 |
| Binary | 11001101 | 10100000 | 111000 | 0 | 10110 | 1001001 | 10100 | 101010 | 111100 | 110011 |
Color Harmonies of #CDA038
Complementary color
Monochromatic Colors of #CDA038
Black with #CDA038
Text Example
Text Example
White with #CDA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA038; }
p { color: rgb(205,160,56); }
H1.HeaderClassName
{
color: #CDA038;
}
.AnyTagClassName
{
color: #CDA038;
}
</style>
background-color css
<style>
a { background-color: #CDA038; }
a { background-color: rgb(205,160,56); }
div.DivClassName
{
background-color: #CDA038;
}
.BgClassName
{
background-color: #CDA038;
}
</style>
border-color css
<style>
span { border-color: #CDA038; }
span { border-color: rgb(205,160,56); }
td.TdClassName
{
border-color: #CDA038;
}
.TagClassName
{
border-color: #CDA038;
}
</style>