Shades of Metallic Gold #CDA92D
Tints of Metallic Gold #CDA92D
RGB
CMYK
RGB Variations
Color information
#CDA92D (or 0xCDA92D) is known color: Metallic Gold. HEX triplet: CD, A9 and 2D. RGB value is (205,169,45). Sum of RGB (Red+Green+Blue) = 205+169+45=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA92D is #3256D2. Grayscale: #A6A6A6. Windows color (decimal): -3299027 or 2992589. OLE color: 2992589.
HSL color Cylindrical-coordinate representation of color #CDA92D: hue angle of 46.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA92D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.20 |
| HSL | 46.5º | 0.64% | 0.49% | - |
| HSV(B) | 46.5º | 0.78% | 0.8% | - |
| XYZ | 39.84 | 41.54 | 8.4 | - |
| YUV | 165.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 45 | 0 | 0.18 | 0.78 | 0.20 | 46.5 | 0.64 | 0.49 |
| Hex | CD | A9 | 2D | 0 | 12 | 4E | 14 | 2E | 40 | 31 |
| Octal | 315 | 251 | 55 | 0 | 22 | 116 | 24 | 56 | 100 | 61 |
| Binary | 11001101 | 10101001 | 101101 | 0 | 10010 | 1001110 | 10100 | 101110 | 1000000 | 110001 |
Color Harmonies of #CDA92D
Complementary color
Monochromatic Colors of #CDA92D
Black with #CDA92D
Text Example
Text Example
White with #CDA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA92D; }
p { color: rgb(205,169,45); }
H1.HeaderClassName
{
color: #CDA92D;
}
.AnyTagClassName
{
color: #CDA92D;
}
</style>
background-color css
<style>
a { background-color: #CDA92D; }
a { background-color: rgb(205,169,45); }
div.DivClassName
{
background-color: #CDA92D;
}
.BgClassName
{
background-color: #CDA92D;
}
</style>
border-color css
<style>
span { border-color: #CDA92D; }
span { border-color: rgb(205,169,45); }
td.TdClassName
{
border-color: #CDA92D;
}
.TagClassName
{
border-color: #CDA92D;
}
</style>