Shades of Metallic Gold #CDA838
Tints of Metallic Gold #CDA838
RGB
CMYK
RGB Variations
Color information
#CDA838 (or 0xCDA838) is known color: Metallic Gold. HEX triplet: CD, A8 and 38. RGB value is (205,168,56). Sum of RGB (Red+Green+Blue) = 205+168+56=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA838 is #3257C7. Grayscale: #A6A6A6. Windows color (decimal): -3299272 or 3713229. OLE color: 3713229.
HSL color Cylindrical-coordinate representation of color #CDA838: hue angle of 45.1º 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 #CDA838 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 56 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.20 |
| HSL | 45.1º | 0.6% | 0.51% | - |
| HSV(B) | 45.1º | 0.73% | 0.8% | - |
| XYZ | 39.89 | 41.27 | 9.6 | - |
| YUV | 166.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 56 | 0 | 0.18 | 0.73 | 0.20 | 45.1 | 0.6 | 0.51 |
| Hex | CD | A8 | 38 | 0 | 12 | 49 | 14 | 2D | 3C | 33 |
| Octal | 315 | 250 | 70 | 0 | 22 | 111 | 24 | 55 | 74 | 63 |
| Binary | 11001101 | 10101000 | 111000 | 0 | 10010 | 1001001 | 10100 | 101101 | 111100 | 110011 |
Color Harmonies of #CDA838
Complementary color
Monochromatic Colors of #CDA838
Black with #CDA838
Text Example
Text Example
White with #CDA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA838; }
p { color: rgb(205,168,56); }
H1.HeaderClassName
{
color: #CDA838;
}
.AnyTagClassName
{
color: #CDA838;
}
</style>
background-color css
<style>
a { background-color: #CDA838; }
a { background-color: rgb(205,168,56); }
div.DivClassName
{
background-color: #CDA838;
}
.BgClassName
{
background-color: #CDA838;
}
</style>
border-color css
<style>
span { border-color: #CDA838; }
span { border-color: rgb(205,168,56); }
td.TdClassName
{
border-color: #CDA838;
}
.TagClassName
{
border-color: #CDA838;
}
</style>