Shades of Metallic Gold #CDB32D
Tints of Metallic Gold #CDB32D
RGB
CMYK
RGB Variations
Color information
#CDB32D (or 0xCDB32D) is known color: Metallic Gold. HEX triplet: CD, B3 and 2D. RGB value is (205,179,45). Sum of RGB (Red+Green+Blue) = 205+179+45=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB32D is #324CD2. Grayscale: #ACACAC. Windows color (decimal): -3296467 or 2995149. OLE color: 2995149.
HSL color Cylindrical-coordinate representation of color #CDB32D: hue angle of 50.25º 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 #CDB32D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 45 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.20 |
| HSL | 50.25º | 0.64% | 0.49% | - |
| HSV(B) | 50.25º | 0.78% | 0.8% | - |
| XYZ | 41.77 | 45.41 | 9.05 | - |
| YUV | 171.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 45 | 0 | 0.13 | 0.78 | 0.20 | 50.25 | 0.64 | 0.49 |
| Hex | CD | B3 | 2D | 0 | D | 4E | 14 | 32 | 40 | 31 |
| Octal | 315 | 263 | 55 | 0 | 15 | 116 | 24 | 62 | 100 | 61 |
| Binary | 11001101 | 10110011 | 101101 | 0 | 1101 | 1001110 | 10100 | 110010 | 1000000 | 110001 |
Color Harmonies of #CDB32D
Complementary color
Monochromatic Colors of #CDB32D
Black with #CDB32D
Text Example
Text Example
White with #CDB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB32D; }
p { color: rgb(205,179,45); }
H1.HeaderClassName
{
color: #CDB32D;
}
.AnyTagClassName
{
color: #CDB32D;
}
</style>
background-color css
<style>
a { background-color: #CDB32D; }
a { background-color: rgb(205,179,45); }
div.DivClassName
{
background-color: #CDB32D;
}
.BgClassName
{
background-color: #CDB32D;
}
</style>
border-color css
<style>
span { border-color: #CDB32D; }
span { border-color: rgb(205,179,45); }
td.TdClassName
{
border-color: #CDB32D;
}
.TagClassName
{
border-color: #CDB32D;
}
</style>