Shades of Metallic Gold #CDB12F
Tints of Metallic Gold #CDB12F
RGB
CMYK
RGB Variations
Color information
#CDB12F (or 0xCDB12F) is known color: Metallic Gold. HEX triplet: CD, B1 and 2F. RGB value is (205,177,47). Sum of RGB (Red+Green+Blue) = 205+177+47=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB12F is #324ED0. Grayscale: #ABABAB. Windows color (decimal): -3296977 or 3125709. OLE color: 3125709.
HSL color Cylindrical-coordinate representation of color #CDB12F: hue angle of 49.37º 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 #CDB12F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 47 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.20 |
| HSL | 49.37º | 0.63% | 0.49% | - |
| HSV(B) | 49.37º | 0.77% | 0.8% | - |
| XYZ | 41.41 | 44.63 | 9.12 | - |
| YUV | 170.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 47 | 0 | 0.14 | 0.77 | 0.20 | 49.37 | 0.63 | 0.49 |
| Hex | CD | B1 | 2F | 0 | E | 4D | 14 | 31 | 3F | 31 |
| Octal | 315 | 261 | 57 | 0 | 16 | 115 | 24 | 61 | 77 | 61 |
| Binary | 11001101 | 10110001 | 101111 | 0 | 1110 | 1001101 | 10100 | 110001 | 111111 | 110001 |
Color Harmonies of #CDB12F
Complementary color
Monochromatic Colors of #CDB12F
Black with #CDB12F
Text Example
Text Example
White with #CDB12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB12F; }
p { color: rgb(205,177,47); }
H1.HeaderClassName
{
color: #CDB12F;
}
.AnyTagClassName
{
color: #CDB12F;
}
</style>
background-color css
<style>
a { background-color: #CDB12F; }
a { background-color: rgb(205,177,47); }
div.DivClassName
{
background-color: #CDB12F;
}
.BgClassName
{
background-color: #CDB12F;
}
</style>
border-color css
<style>
span { border-color: #CDB12F; }
span { border-color: rgb(205,177,47); }
td.TdClassName
{
border-color: #CDB12F;
}
.TagClassName
{
border-color: #CDB12F;
}
</style>