Shades of Metallic Gold #CDA72D
Tints of Metallic Gold #CDA72D
RGB
CMYK
RGB Variations
Color information
#CDA72D (or 0xCDA72D) is known color: Metallic Gold. HEX triplet: CD, A7 and 2D. RGB value is (205,167,45). Sum of RGB (Red+Green+Blue) = 205+167+45=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA72D is #3258D2. Grayscale: #A4A4A4. Windows color (decimal): -3299539 or 2992077. OLE color: 2992077.
HSL color Cylindrical-coordinate representation of color #CDA72D: hue angle of 45.75º 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 #CDA72D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 45 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.20 |
| HSL | 45.75º | 0.64% | 0.49% | - |
| HSV(B) | 45.75º | 0.78% | 0.8% | - |
| XYZ | 39.47 | 40.81 | 8.28 | - |
| YUV | 164.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 45 | 0 | 0.19 | 0.78 | 0.20 | 45.75 | 0.64 | 0.49 |
| Hex | CD | A7 | 2D | 0 | 13 | 4E | 14 | 2E | 40 | 31 |
| Octal | 315 | 247 | 55 | 0 | 23 | 116 | 24 | 56 | 100 | 61 |
| Binary | 11001101 | 10100111 | 101101 | 0 | 10011 | 1001110 | 10100 | 101110 | 1000000 | 110001 |
Color Harmonies of #CDA72D
Complementary color
Monochromatic Colors of #CDA72D
Black with #CDA72D
Text Example
Text Example
White with #CDA72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA72D; }
p { color: rgb(205,167,45); }
H1.HeaderClassName
{
color: #CDA72D;
}
.AnyTagClassName
{
color: #CDA72D;
}
</style>
background-color css
<style>
a { background-color: #CDA72D; }
a { background-color: rgb(205,167,45); }
div.DivClassName
{
background-color: #CDA72D;
}
.BgClassName
{
background-color: #CDA72D;
}
</style>
border-color css
<style>
span { border-color: #CDA72D; }
span { border-color: rgb(205,167,45); }
td.TdClassName
{
border-color: #CDA72D;
}
.TagClassName
{
border-color: #CDA72D;
}
</style>