Shades of Old Gold #CDB632
Tints of Old Gold #CDB632
RGB
CMYK
RGB Variations
Color information
#CDB632 (or 0xCDB632) is known color: Old Gold. HEX triplet: CD, B6 and 32. RGB value is (205,182,50). Sum of RGB (Red+Green+Blue) = 205+182+50=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB632 is #3249CD. Grayscale: #AEAEAE. Windows color (decimal): -3295694 or 3323597. OLE color: 3323597.
HSL color Cylindrical-coordinate representation of color #CDB632: hue angle of 51.1º 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 #CDB632 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 50 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.20 |
| HSL | 51.1º | 0.61% | 0.5% | - |
| HSV(B) | 51.1º | 0.76% | 0.8% | - |
| XYZ | 42.48 | 46.67 | 9.79 | - |
| YUV | 173.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 50 | 0 | 0.11 | 0.76 | 0.20 | 51.1 | 0.61 | 0.5 |
| Hex | CD | B6 | 32 | 0 | B | 4C | 14 | 33 | 3D | 32 |
| Octal | 315 | 266 | 62 | 0 | 13 | 114 | 24 | 63 | 75 | 62 |
| Binary | 11001101 | 10110110 | 110010 | 0 | 1011 | 1001100 | 10100 | 110011 | 111101 | 110010 |
Color Harmonies of #CDB632
Complementary color
Monochromatic Colors of #CDB632
Black with #CDB632
Text Example
Text Example
White with #CDB632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB632; }
p { color: rgb(205,182,50); }
H1.HeaderClassName
{
color: #CDB632;
}
.AnyTagClassName
{
color: #CDB632;
}
</style>
background-color css
<style>
a { background-color: #CDB632; }
a { background-color: rgb(205,182,50); }
div.DivClassName
{
background-color: #CDB632;
}
.BgClassName
{
background-color: #CDB632;
}
</style>
border-color css
<style>
span { border-color: #CDB632; }
span { border-color: rgb(205,182,50); }
td.TdClassName
{
border-color: #CDB632;
}
.TagClassName
{
border-color: #CDB632;
}
</style>