Shades of Metallic Gold #CDB12D
Tints of Metallic Gold #CDB12D
RGB
CMYK
RGB Variations
Color information
#CDB12D (or 0xCDB12D) is known color: Metallic Gold. HEX triplet: CD, B1 and 2D. RGB value is (205,177,45). Sum of RGB (Red+Green+Blue) = 205+177+45=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB12D is #324ED2. Grayscale: #AAAAAA. Windows color (decimal): -3296979 or 2994637. OLE color: 2994637.
HSL color Cylindrical-coordinate representation of color #CDB12D: hue angle of 49.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 #CDB12D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 45 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.20 |
| HSL | 49.5º | 0.64% | 0.49% | - |
| HSV(B) | 49.5º | 0.78% | 0.8% | - |
| XYZ | 41.37 | 44.61 | 8.91 | - |
| YUV | 170.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 45 | 0 | 0.14 | 0.78 | 0.20 | 49.5 | 0.64 | 0.49 |
| Hex | CD | B1 | 2D | 0 | E | 4E | 14 | 32 | 40 | 31 |
| Octal | 315 | 261 | 55 | 0 | 16 | 116 | 24 | 62 | 100 | 61 |
| Binary | 11001101 | 10110001 | 101101 | 0 | 1110 | 1001110 | 10100 | 110010 | 1000000 | 110001 |
Color Harmonies of #CDB12D
Complementary color
Monochromatic Colors of #CDB12D
Black with #CDB12D
Text Example
Text Example
White with #CDB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB12D; }
p { color: rgb(205,177,45); }
H1.HeaderClassName
{
color: #CDB12D;
}
.AnyTagClassName
{
color: #CDB12D;
}
</style>
background-color css
<style>
a { background-color: #CDB12D; }
a { background-color: rgb(205,177,45); }
div.DivClassName
{
background-color: #CDB12D;
}
.BgClassName
{
background-color: #CDB12D;
}
</style>
border-color css
<style>
span { border-color: #CDB12D; }
span { border-color: rgb(205,177,45); }
td.TdClassName
{
border-color: #CDB12D;
}
.TagClassName
{
border-color: #CDB12D;
}
</style>