Shades of Old Gold #CDB746
Tints of Old Gold #CDB746
RGB
CMYK
RGB Variations
Color information
#CDB746 (or 0xCDB746) is known color: Old Gold. HEX triplet: CD, B7 and 46. RGB value is (205,183,70). Sum of RGB (Red+Green+Blue) = 205+183+70=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB746 is #3248B9. Grayscale: #B1B1B1. Windows color (decimal): -3295418 or 4634573. OLE color: 4634573.
HSL color Cylindrical-coordinate representation of color #CDB746: hue angle of 50.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDB746 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 70 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.20 |
| HSL | 50.22º | 0.57% | 0.54% | - |
| HSV(B) | 50.22º | 0.66% | 0.8% | - |
| XYZ | 43.22 | 47.29 | 12.64 | - |
| YUV | 176.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 70 | 0 | 0.11 | 0.66 | 0.20 | 50.22 | 0.57 | 0.54 |
| Hex | CD | B7 | 46 | 0 | B | 42 | 14 | 32 | 39 | 36 |
| Octal | 315 | 267 | 106 | 0 | 13 | 102 | 24 | 62 | 71 | 66 |
| Binary | 11001101 | 10110111 | 1000110 | 0 | 1011 | 1000010 | 10100 | 110010 | 111001 | 110110 |
Color Harmonies of #CDB746
Complementary color
Monochromatic Colors of #CDB746
Black with #CDB746
Text Example
Text Example
White with #CDB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB746; }
p { color: rgb(205,183,70); }
H1.HeaderClassName
{
color: #CDB746;
}
.AnyTagClassName
{
color: #CDB746;
}
</style>
background-color css
<style>
a { background-color: #CDB746; }
a { background-color: rgb(205,183,70); }
div.DivClassName
{
background-color: #CDB746;
}
.BgClassName
{
background-color: #CDB746;
}
</style>
border-color css
<style>
span { border-color: #CDB746; }
span { border-color: rgb(205,183,70); }
td.TdClassName
{
border-color: #CDB746;
}
.TagClassName
{
border-color: #CDB746;
}
</style>