Shades of Metallic Gold #CDB032
Tints of Metallic Gold #CDB032
RGB
CMYK
RGB Variations
Color information
#CDB032 (or 0xCDB032) is known color: Metallic Gold. HEX triplet: CD, B0 and 32. RGB value is (205,176,50). Sum of RGB (Red+Green+Blue) = 205+176+50=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB032 is #324FCD. Grayscale: #AAAAAA. Windows color (decimal): -3297230 or 3322061. OLE color: 3322061.
HSL color Cylindrical-coordinate representation of color #CDB032: hue angle of 48.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDB032 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 50 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.20 |
| HSL | 48.77º | 0.61% | 0.5% | - |
| HSV(B) | 48.77º | 0.76% | 0.8% | - |
| XYZ | 41.28 | 44.26 | 9.39 | - |
| YUV | 170.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 50 | 0 | 0.14 | 0.76 | 0.20 | 48.77 | 0.61 | 0.5 |
| Hex | CD | B0 | 32 | 0 | E | 4C | 14 | 31 | 3D | 32 |
| Octal | 315 | 260 | 62 | 0 | 16 | 114 | 24 | 61 | 75 | 62 |
| Binary | 11001101 | 10110000 | 110010 | 0 | 1110 | 1001100 | 10100 | 110001 | 111101 | 110010 |
Color Harmonies of #CDB032
Complementary color
Monochromatic Colors of #CDB032
Black with #CDB032
Text Example
Text Example
White with #CDB032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB032; }
p { color: rgb(205,176,50); }
H1.HeaderClassName
{
color: #CDB032;
}
.AnyTagClassName
{
color: #CDB032;
}
</style>
background-color css
<style>
a { background-color: #CDB032; }
a { background-color: rgb(205,176,50); }
div.DivClassName
{
background-color: #CDB032;
}
.BgClassName
{
background-color: #CDB032;
}
</style>
border-color css
<style>
span { border-color: #CDB032; }
span { border-color: rgb(205,176,50); }
td.TdClassName
{
border-color: #CDB032;
}
.TagClassName
{
border-color: #CDB032;
}
</style>