Shades of Old Gold #CDB332
Tints of Old Gold #CDB332
RGB
CMYK
RGB Variations
Color information
#CDB332 (or 0xCDB332) is known color: Old Gold. HEX triplet: CD, B3 and 32. RGB value is (205,179,50). Sum of RGB (Red+Green+Blue) = 205+179+50=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB332 is #324CCD. Grayscale: #ACACAC. Windows color (decimal): -3296462 or 3322829. OLE color: 3322829.
HSL color Cylindrical-coordinate representation of color #CDB332: hue angle of 49.94º 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 #CDB332 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 50 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.20 |
| HSL | 49.94º | 0.61% | 0.5% | - |
| HSV(B) | 49.94º | 0.76% | 0.8% | - |
| XYZ | 41.87 | 45.45 | 9.58 | - |
| YUV | 172.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 50 | 0 | 0.13 | 0.76 | 0.20 | 49.94 | 0.61 | 0.5 |
| Hex | CD | B3 | 32 | 0 | D | 4C | 14 | 32 | 3D | 32 |
| Octal | 315 | 263 | 62 | 0 | 15 | 114 | 24 | 62 | 75 | 62 |
| Binary | 11001101 | 10110011 | 110010 | 0 | 1101 | 1001100 | 10100 | 110010 | 111101 | 110010 |
Color Harmonies of #CDB332
Complementary color
Monochromatic Colors of #CDB332
Black with #CDB332
Text Example
Text Example
White with #CDB332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB332; }
p { color: rgb(205,179,50); }
H1.HeaderClassName
{
color: #CDB332;
}
.AnyTagClassName
{
color: #CDB332;
}
</style>
background-color css
<style>
a { background-color: #CDB332; }
a { background-color: rgb(205,179,50); }
div.DivClassName
{
background-color: #CDB332;
}
.BgClassName
{
background-color: #CDB332;
}
</style>
border-color css
<style>
span { border-color: #CDB332; }
span { border-color: rgb(205,179,50); }
td.TdClassName
{
border-color: #CDB332;
}
.TagClassName
{
border-color: #CDB332;
}
</style>