Shades of Metallic Gold #CDA92C
Tints of Metallic Gold #CDA92C
RGB
CMYK
RGB Variations
Color information
#CDA92C (or 0xCDA92C) is known color: Metallic Gold. HEX triplet: CD, A9 and 2C. RGB value is (205,169,44). Sum of RGB (Red+Green+Blue) = 205+169+44=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA92C is #3256D3. Grayscale: #A6A6A6. Windows color (decimal): -3299028 or 2927053. OLE color: 2927053.
HSL color Cylindrical-coordinate representation of color #CDA92C: hue angle of 46.58º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDA92C is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 44 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.20 |
| HSL | 46.58º | 0.65% | 0.49% | - |
| HSV(B) | 46.58º | 0.79% | 0.8% | - |
| XYZ | 39.82 | 41.54 | 8.3 | - |
| YUV | 165.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 44 | 0 | 0.18 | 0.79 | 0.20 | 46.58 | 0.65 | 0.49 |
| Hex | CD | A9 | 2C | 0 | 12 | 4F | 14 | 2F | 41 | 31 |
| Octal | 315 | 251 | 54 | 0 | 22 | 117 | 24 | 57 | 101 | 61 |
| Binary | 11001101 | 10101001 | 101100 | 0 | 10010 | 1001111 | 10100 | 101111 | 1000001 | 110001 |
Color Harmonies of #CDA92C
Complementary color
Monochromatic Colors of #CDA92C
Black with #CDA92C
Text Example
Text Example
White with #CDA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA92C; }
p { color: rgb(205,169,44); }
H1.HeaderClassName
{
color: #CDA92C;
}
.AnyTagClassName
{
color: #CDA92C;
}
</style>
background-color css
<style>
a { background-color: #CDA92C; }
a { background-color: rgb(205,169,44); }
div.DivClassName
{
background-color: #CDA92C;
}
.BgClassName
{
background-color: #CDA92C;
}
</style>
border-color css
<style>
span { border-color: #CDA92C; }
span { border-color: rgb(205,169,44); }
td.TdClassName
{
border-color: #CDA92C;
}
.TagClassName
{
border-color: #CDA92C;
}
</style>