Shades of Metallic Gold #CDA32F
Tints of Metallic Gold #CDA32F
RGB
CMYK
RGB Variations
Color information
#CDA32F (or 0xCDA32F) is known color: Metallic Gold. HEX triplet: CD, A3 and 2F. RGB value is (205,163,47). Sum of RGB (Red+Green+Blue) = 205+163+47=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA32F is #325CD0. Grayscale: #A2A2A2. Windows color (decimal): -3300561 or 3122125. OLE color: 3122125.
HSL color Cylindrical-coordinate representation of color #CDA32F: hue angle of 44.05º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDA32F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 47 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.20 |
| HSL | 44.05º | 0.63% | 0.49% | - |
| HSV(B) | 44.05º | 0.77% | 0.8% | - |
| XYZ | 38.79 | 39.38 | 8.25 | - |
| YUV | 162.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 47 | 0 | 0.20 | 0.77 | 0.20 | 44.05 | 0.63 | 0.49 |
| Hex | CD | A3 | 2F | 0 | 14 | 4D | 14 | 2C | 3F | 31 |
| Octal | 315 | 243 | 57 | 0 | 24 | 115 | 24 | 54 | 77 | 61 |
| Binary | 11001101 | 10100011 | 101111 | 0 | 10100 | 1001101 | 10100 | 101100 | 111111 | 110001 |
Color Harmonies of #CDA32F
Complementary color
Monochromatic Colors of #CDA32F
Black with #CDA32F
Text Example
Text Example
White with #CDA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA32F; }
p { color: rgb(205,163,47); }
H1.HeaderClassName
{
color: #CDA32F;
}
.AnyTagClassName
{
color: #CDA32F;
}
</style>
background-color css
<style>
a { background-color: #CDA32F; }
a { background-color: rgb(205,163,47); }
div.DivClassName
{
background-color: #CDA32F;
}
.BgClassName
{
background-color: #CDA32F;
}
</style>
border-color css
<style>
span { border-color: #CDA32F; }
span { border-color: rgb(205,163,47); }
td.TdClassName
{
border-color: #CDA32F;
}
.TagClassName
{
border-color: #CDA32F;
}
</style>